home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CIL20KTA.ZIP / SETS.BAT < prev    next >
DOS Batch File  |  1992-10-19  |  2KB  |  45 lines

  1. @ECHO OFF
  2. CLS
  3. REM If editing from within the Protocol Processor ALL changes,
  4. REM if saved, take effect immediately upon exiting the editor.
  5. SET P=1
  6. SET LR=57600
  7. SET CR=57600
  8. SET TR=9600
  9. SET DL=D:\DN
  10. SET ZDL=D:/DN
  11. SET UL=D:\UP
  12. SET DP=H
  13. SET EX=2.BAT
  14. SET ED=CIEDIT
  15. SET CIL=E:\CILINK
  16. REM Change above as needed.
  17. REM CHANGE TO BELOW IS NOT RECOMMENDED !
  18. SET FL=FILES.LST
  19. SET HL=HSLSHELL.LST
  20. REM DO NOT CHANGE BELOW !
  21. SET TXHOW=
  22. SET ER=
  23. GOTO END
  24. REM P is COM PORT 1, 2, 3, 4
  25. REM LR is Locked Port Rate . 2400, 9600, 19200, 38400, 57600.
  26. REM CR is Call Rate (Set all DIAL DIR entries at LR RATE !)
  27. REM If unsure, set CR to LR value !
  28. REM TR is TMODEM & Zmodem 13.10 RATE, 1200, 2400, 9600. 
  29. REM DL is DOWNLOAD Path ( Cannot be a ROOT directory like C:\).
  30. REM ZDL is DSZ/GSZ Download path. NOTE "/" is correct format.
  31. REM ZDL and DL MUST point to same place !
  32. REM UL is UPLOAD Path ( Cannot be a ROOT directory like C:\).
  33. REM EX is EXTERNALx .BAT, i.e. EXTPU3.bat of EXTDOWN2.bat.
  34. REM DP is Default Protocol for ENTER Key.
  35. REM ED is Editor i.e Q.exe ; EDIT.COM ; CIEDIT.EXE
  36. REM CIL is directory where CILINK.EXE is, no ending \. i.e. C:\CILINK
  37. REM FL is filelist for auto-transfers. I WOULD NOT CHANGE !
  38. REM HL is filelist for HSLSHELL auto-transfers I WOULD NOT CHANGE !
  39. REM By DEFAULT FL and HL are in the CIL directory. You may override this by 
  40. REM entering complete filespec when prompted.
  41. REM i.e. @C:\uploads\files.lst. @ is required !
  42. REM TXHOW=      (MUST be a BLANK)
  43. REM ER=     (Must be a BLANK)
  44. :END
  45.