Using START to Run Program Information Files (PIFs)

Last reviewed: February 6, 1995
Article ID: Q125755
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1
  • Microsoft Windows NT Workstation version 3.5
  • Microsoft Windows NT Server version 3.5

When you use the Windows NT START command to run a program information file (PIF) from Command Prompt or a batch file, the following error message appears:

   The name specified is not recognized as in internal or external
   command, operable program or batch file.

The Windows NT Workstation 3.5 System Guide on page 336 (page 342 of the Windows NT Server 3.5 System Guide) notes that you can start a PIF using the following command line:

   start <myapp>

where <myapp> is the name of the PIF you wish to run. This only works if the filename of the PIF is the same as the filename of the application being called in the PIF. If the name of the PIF is different than the name of the application being called from the PIF, you need to include the .PIF extension, as in the following example:

   start myapp.pif

If you fail to include the .PIF extension, you will receive the error message noted above.


KBCategory: kbusage
KBSubcategory: ntdocerr ntutil
Additional reference words: prodnt 3.10 3.50


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: February 6, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.