home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / QF_110.ZIP / BOARD.CTL next >
Text File  |  1994-08-05  |  554b  |  15 lines

  1. @Echo off
  2. Cls
  3.  
  4. Rem This file replaces your old BOARD.BAT file.  It is used ONLY when
  5. Rem returning from doors.  You'll notice that in all of your door batch
  6. Rem files, the last line of the file says 'BOARD', which reloads PCBoard.
  7. Rem This file does exactly the same thing, but in a different way.  We
  8. Rem re-invoke SPAWNBBS.BAT with the parameter 'RETURN', letting the
  9. Rem SPAWNBBS.BAT file know that we're returing from a door.  PCBoard will
  10. Rem get loaded, and things will continue as normal.
  11.  
  12. @PCBDRIVE
  13. CD @PCBPATH
  14. SPAWNBBS.BAT RETURN
  15.