home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / TAGBBS / TM_241.ZIP / TMSHELL.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-16  |  256 b   |  17 lines

  1. Echo off
  2. cls
  3.  
  4. if %1 == 0 goto local
  5.  
  6. watchdgf 1 on
  7. ctty gate1
  8. command
  9. ctty con
  10. watchdgf 1 off
  11. goto end
  12.  
  13. :local
  14. command
  15.  
  16. :end
  17.