home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO. Setting "PCZ" Environment Variables.
- REM
- REM Edit the directories below to comply to YOUR system directories.
- REM Place this file in your root directory and add SETENV.BAT
- REM to you autoexec.bat file. PCZ just became much more user friendly.
- REM Environment variables allow for a command line startup like so:
- REM
- REM PCZ RZ
- REM
- REM PCZ will use the env. set PORT, SPEED. Place your file in env DIRRX &
- REM keep your log updated in env. PCZLOG.
- REM Please read the docs for more command line switches
- REM
- ECHO ON
- set pczdir=e:\pcz\
- set dirrx=c:\comm\arc\
- set pczlog=c:\comm\
- set pczport=1
- set pczspeed=9600
-