home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / HCSNET2C.ZIP / HCSEVENT.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-10-20  |  1012 b   |  37 lines

  1. @Echo Off
  2. REM *************************************************************
  3. REM * This is an event batch file to be called from within a    *
  4. REM * GAP BBS scheduled event.  This should be placed in the    *
  5. REM * directory GAP expects to find it's event batch files in.  *
  6. REM * Then you must edit the event screen in your GAP CONFIG    *
  7. REM * enter the path to this file and the time to run it etc.   *
  8. REM *************************************************************
  9.  
  10. REM -- Change to the GAPNET Directory and create a REP Packet to send
  11. C:
  12. cd\gap\qwk
  13. GAPNET EXPORT HCS_BBS
  14.  
  15.  
  16. REM -- For TELIX remove the REM's on the next 3 lines
  17. REM C:
  18. REM cd\telix
  19. REM call tlx call_hcs
  20.  
  21. REM -- For QMODEM users, remove the "REM" on the following 3 lines
  22. C:
  23. cd\qmodem
  24. qmodem /S=HCS-NET.SCR
  25.  
  26.  
  27. REM -- Exit Telix, change to GAPNET directory, and import new QWK packet
  28. C:
  29. cd\gap\qwk
  30. GAPNET IMPORT HCS_BBS
  31.  
  32.  
  33. REM -- Change to GAP default directory and return to GAP "call waiting"
  34. C:
  35. cd\gap
  36.  
  37.