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!
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.