DOSSHELL Subroutine
Restarts the command line interface, if an error has been reported.
call DosStartCmd()
Parameters
None
Returns
One of the following codes will be returned in the pseudo variable, "errorlevel":
DosErrorFree |
Operation was successful. |
Description
This routines starts the command line interpreter (i.e. CMD.EXE), re-directing the input and output pipes, so this interface can send and receive line of data. As this is a stimulus library, this routine is called when the library is loaded, as part of the stimulus initialisation, so this routine only needs to be called, if an error status is received.