Error Running #COMMAND /C Capture.exe from Login ScriptLast reviewed: March 27, 1997Article ID: Q154707 |
The information in this article applies to:
SYMPTOMSError 255 is reported in line 668 of Spool.c when the login script containing the following line is run:
#COMMAND /c CAPTURE /S=servername /Q=quename CAUSECapture.exe is not a supported application; it often fails when run from the command prompt. The login script processor does not actually run Capture.exe. Instead, it parses the command #CAPTURE and works in the background. Therefore, when you use the above command, you are running the actual Capture.exe file. This is by design.
RESOLUTIONReplace the above line with the following:
#CAPTURE /S=<servername> /Q=<queuename> |
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |