home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / THP111.ZIP / THREMOTE.BAT < prev    next >
DOS Batch File  |  1992-04-24  |  386b  |  13 lines

  1. echo off
  2. echo            This batch file uses simple DOS commands to implement
  3. echo            a remote Shell-to-DOS from TinyHost
  4. echo
  5. echo            The following line would install WATCHDOG for COM1
  6. echo            if it were available and the rem were removed
  7. echo
  8. rem WATCHDG1 ON
  9. rem  The following line redirects DOS input
  10. CTTY COM%1
  11. C:\COMMAND.COM
  12. rem WATCHDG1 OFF
  13.