home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-12-20 | 3.2 KB | 71 lines |
- ;--- VMiX.INI Sample Configuration File
- ;--- This file is read by VSETUP.EXE (everything after an ';' is a comment)
- ;
- ;
- ;--- VSETUP.EXE can be given in the VMiX startup command line
- ;----------------- C:\VMIX> vm_boot vsetup
- ;
- ;--- and/or it can be given as an argument to the 'set remote -l' command
- ;----------------- set remote -l2 vsetup
- ;--- or
- ;----------------- set remote -l1 c:\vmix\vsetup.exe
- ;
- ;
- ;--- The first time (and everytime) that the Section [access passwords]
- ;--- is found, the original VMiX.INI file is copied to VMiX.BAK and all
- ;--- access pswds are encrypted and the name of this Section changed to
- ;--- [encrypt passwords]. Remove the unencrypted file VMiX.BAK, so that
- ;--- the original passwords remain secret to all other users.
-
- [access passwords]
- ;----------------- sample access passwords
- ;
- guest
- userx
- password
-
- [remote startup]
- ;----------------- Automatic login shell or program for remote callers
- ;
- ;----------------- The VMiX command line you give here, is invoked
- ;----------------- for an incomming COMM port call, only if you have
- ;----------------- issued the command 'set remote -l???? vsetup.exe',
- ;----------------- where ???? is the COMM port channel (1 - 4).
- ;----------------- If the above command is in effect, when a COMM port
- ;----------------- login attempt is detected, VSETUP.EXE is executed.
- ;----------------- VSETUP first validates the input user password with
- ;----------------- the valid encoded passwords in VMiX.INI. After
- ;----------------- validation, VSETUP.EXE will pass control to the VMiX
- ;----------------- command line given below. Only one line allowed, but
- ;----------------- multiple commands/programs can be entered, separated
- ;----------------- by a '/' delimiter.
- ;
- ;----------------- 'set remote -l????' by itself, without VSETUP.EXE
- ;----------------- restores the default VMiX shell (where access
- ;----------------- passwords are not checked).
- ;
- rshell
-
- [startup]
- ;----------------- If VSETUP.EXE is given in the vm_boot startup command line,
- ;----------------- then all single or multi command lines you give here, will
- ;----------------- be executed during VMiX startup.
- ;
- ;----------------- This method is an alternative to giving all your
- ;----------------- configuration commands in a long vm_boot command line.
- ;
- ;----------------- It is better to use a single line per 'dosjob' command.
- ;----------------- For other commands, concatenate as many as possible on
- ;----------------- a single line (each line is processed by a different
- ;----------------- VMiX process).
- ;----------------- Once a 'dosjob' is encountered on a line, all commands
- ;----------------- after it are processed by the new 'dosjob' task.
- ;
- ;set re -x/set vi -s/set sys -c ;UNCOMMENT THESE 2 LINES FOR MENU START
- ;do -W /set process -d5/vw ;UNCOMMENT THESE 2 LINES FOR MENU START
- ;set remote -l1 vsetup/set baud -c1 2400;UNCOMMENT THIS LINE FOR COM1 REMOTE
- ;set remote -l2 vsetup/set baud -c2 2400;UNCOMMENT THIS LINE FOR COM2 REMOTE
- ;do /set process -d5/dir C:\ ;just a TEST with 5sec. delay
- ;do /set process -d5/type C:\AutoExec.Bat ;Just a TEST with 5sec. delay
-
-