home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- REM *************************************************************
- REM * This is an event batch file to be called from within a *
- REM * GAP BBS scheduled event. This should be placed in the *
- REM * directory GAP expects to find it's event batch files in. *
- REM * Then you must edit the event screen in your GAP CONFIG *
- REM * enter the path to this file and the time to run it etc. *
- REM *************************************************************
-
- REM -- Change to the GAPNET Directory and create a REP Packet to send
- C:
- cd\gap\qwk
- GAPNET EXPORT HCS_BBS
-
-
- REM -- For TELIX remove the REM's on the next 3 lines
- REM C:
- REM cd\telix
- REM call tlx call_hcs
-
- REM -- For QMODEM users, remove the "REM" on the following 3 lines
- C:
- cd\qmodem
- qmodem /S=HCS-NET.SCR
-
-
- REM -- Exit Telix, change to GAPNET directory, and import new QWK packet
- C:
- cd\gap\qwk
- GAPNET IMPORT HCS_BBS
-
-
- REM -- Change to GAP default directory and return to GAP "call waiting"
- C:
- cd\gap
-
-