Error Running #COMMAND /C Capture.exe from Login Script

Last reviewed: March 27, 1997
Article ID: Q154707
The information in this article applies to:
  • Microsoft Windows NT Workstation versions 3.51 and 4.0
  • Microsoft Windows NT Server versions 3.51 and 4.0

SYMPTOMS

Error 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

CAUSE

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

RESOLUTION

Replace the above line with the following:

   #CAPTURE /S=<servername> /Q=<queuename>


Additional query words: prodnt
Keywords : kbnetwork ntinterop ntnetserv ntprotocol NTSrvWkst
Version : 3.51 4.0
Platform : WinNT


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 27, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.