home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / terminal / ca_29 / hostart.cmd < prev    next >
Encoding:
Text File  |  1991-06-13  |  471 b   |  12 lines

  1. ; ----- COM-AND Scripted host restart -------------------------------
  2. ;
  3. ;    Beyond the SETUP script, this version adds a drop-to-DOS function.
  4. ;    When this script is entered via FCALL, and the batch file HOSTTEMP
  5. ;    exists on the current subdir, a restart is indicated.
  6. ;
  7. ;    This small script serves simply to FCALL HOST.
  8. ;    --------------------------------------------------------------
  9. ;
  10.     FCALL "HOST"            ; Invoke HOST proper
  11.     EXIT            ; Stop if it returns
  12.