Contents - Index


 

Use FileRun to execute a program (.EXE file) or batch file (.BAT file) stored in a workstation directory.

 

FileRun may also be entered as Run.

 

FileRun is supported for workstation files only.  It is not supported for Host files.

 

Required Operands

 

FILE is the workstation file to be executed.

 

 The file to be executed must have an extension of EXE or BAT.

 

Additional parameters entered are passed to the program or batch file.

 

Return Codes

 

OK Successful.

NF Program or batch file not found.

-- Other codes as determined by the program or batch file.

 

Examples

 

Execute the program wcc386 passing "apcissu.c" as a parameter:

 

   => run wcc386.exe apcissu.c