home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / fd___168.zip / BOARD.BAT next >
DOS Batch File  |  1993-06-03  |  314b  |  18 lines

  1. @echo off
  2. cls
  3.  
  4. :TOP
  5.     if exist remote.bat rename remote.bat remote.sys
  6.     if exist door.bat del door.bat
  7.     if exist endpcb del endpcb
  8.     pcboard %1 %2 /event:%MINUTES%
  9.     if exist remote.bat call remote.bat
  10.     if exist door.bat call door.bat
  11.     if exist endpcb goto :End
  12.     goto :Top
  13.  
  14. :END
  15.     d:
  16.     cd\fd
  17.     fd1.bat
  18.