home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PCZ40690.ZIP / SETENV.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-11-21  |  653 b   |  22 lines

  1. ECHO OFF
  2. CLS
  3. ECHO. Setting  "PCZ"  Environment Variables.
  4. REM
  5. REM Edit the directories below to comply to YOUR system directories.
  6. REM Place this file in your root directory and add  SETENV.BAT
  7. REM to you autoexec.bat file.   PCZ just became much more user friendly.
  8. REM Environment variables allow for a command line startup like so:
  9. REM
  10. REM PCZ RZ
  11. REM
  12. REM PCZ will use the env. set PORT, SPEED. Place your file in env DIRRX &
  13. REM keep your log updated in env. PCZLOG.
  14. REM Please read the docs for more command line switches
  15. REM
  16. ECHO ON
  17. set pczdir=e:\pcz\
  18. set dirrx=c:\comm\arc\
  19. set pczlog=c:\comm\
  20. set pczport=1
  21. set pczspeed=9600
  22.