home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / FIDO1000.ZIP / EXAMPLES.ZIP / SPAWNBBS.BAT < prev   
Encoding:
DOS Batch File  |  1993-05-21  |  510 b   |  26 lines

  1. h:
  2. cd \bin
  3. if exist f:\dirs.txt GOTO ROMOK
  4.  
  5.     copy h:\bin\gtdir.bbs h:\bin\gtdir.bak
  6.     copy h:\bin\noromdir.bbs h:\bin\gtdir.bbs
  7.     copy h:\bin\noromtxt.bbs h:\bin\gtbullet.bbs
  8.     gt1706a *xxxx-xxxx /V:D /F%1:%2 host.scr
  9.     copy h:\bin\gtdir.bak h:\bin\gtdir.bbs
  10.     del h:\bin\gtbullet.bbs
  11.  
  12. GOTO OUTBAT
  13.  
  14. :ROMOK
  15.  
  16.     gt1706a *xxxx-xxxx /V:D /F%1:%2 host.scr
  17.  
  18. GOTO OUTBAT
  19.  
  20.  
  21. rem ──────────────────────────────────────────────────────────────────
  22. :OUTBAT
  23. c:
  24. cd \mail
  25. node2 restart
  26.