Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

STRPCO Command

1 view
Skip to first unread message

Alida

unread,
Jun 13, 2007, 4:26:00 PM6/13/07
to
I am launching a word doc from the 400 and if word is not running, the
PCO command box does not close by itself. Instead of launching
the .doc I have a .bat file with the following:

start s:\shared\forms\pl\MC861_04_05.doc
goto:eof
exit /b

If word is already launched, it is closing the PCO command box, but if
I had to launch it, the box stays up. Any ideas how to get rid of it?

Thanks!

oogla

unread,
Jul 4, 2007, 1:21:02 AM7/4/07
to

You could try prefacing the command with cmd /c, for example:

cmd /c start s:\shared\forms\pl\MC861_04_05.doc
goto:eof
exit /b

Haven't tried that myself, but it's the first thing that came to mind.

0 new messages