Navigation: ESL Documentation > Quick Reference Guide
Start or Restart the DOS command line interface.
call DosStartCmd()
Retrieve data from the CMD.exe output pipe.
call DosGetData(Target_SV)
Retrieve the integer DOS error code.
DosGetError()
Retrieve the current state of the interface.
DosGetStatus()
Send a command to the CMD.exe input pipe.
call DosPutData(Command_SV)