home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WCLAW893.ZIP / WCLAWNET.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-08-26  |  514 b   |  17 lines

  1. REM   This next line changes to the directory your QWK and REP packets go to
  2. REM   so either create this directory or rename it to the one you use.
  3. CD\MAILBOX
  4. DEL CTOBBS.QWK
  5. CD\WC30
  6. TNET EXPORT CTOBBS
  7. REM   This next line changes to the QMODEM (or change the name to appropiate
  8. REM   name) directory.
  9. CD\QMODEM
  10. REM   This next line calls QMODEM (or change the name to appropiate
  11. REM   program name) and invokes the right dialing entry in QMODEM.
  12. QMODEM /S=WCLAWNET
  13. CD\WC30
  14. TNET IMPORT CTOBBS
  15. EXIT
  16.  
  17.