home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_30 / VMIX.ZIP / VMIX.INI < prev    next >
INI File  |  1992-03-08  |  3KB  |  73 lines

  1. ;--- VMiX.INI  Sample Configuration File
  2. ;--- This file is read by VSETUP.EXE (everything after an ';' is a comment)
  3. ;
  4. ;
  5. ;--- VSETUP.EXE can be given in the VMiX startup command line
  6. ;----------------- C:\VMIX> vm_boot vsetup
  7. ;
  8. ;--- and/or it can  be given as an argument to the 'set remote -l' command
  9. ;----------------- set remote -l2 vsetup
  10. ;--- or
  11. ;----------------- set remote -l1 c:\vmix\vsetup.exe
  12. ;
  13. ;
  14. ;--- The first time (and everytime) that the Section [access passwords]
  15. ;--- is found, the original VMiX.INI file is copied to VMiX.BAK and all
  16. ;--- access pswds are encrypted and the name of this Section changed to
  17. ;--- [encrypt passwords].  Remove the unencrypted file VMiX.BAK, so that
  18. ;--- the original passwords remain secret to all other users.
  19.  
  20. [access passwords]
  21. ;----------------- sample access passwords
  22. ;
  23. guest
  24. superuser
  25. password
  26.  
  27. [remote startup]
  28. ;----------------- Automatic login shell or program for remote callers
  29. ;
  30. ;----------------- The VMiX command line you give here, is invoked
  31. ;----------------- for an incomming COMM port call, only if you have
  32. ;----------------- issued the command 'set remote -l???? vsetup.exe',
  33. ;----------------- where ???? is the COMM port channel (1 - 4).
  34. ;----------------- If the above command is in effect, when a COMM port
  35. ;----------------- login attempt is detected, VSETUP.EXE is executed.
  36. ;----------------- VSETUP first validates the input user password with
  37. ;----------------- the valid encoded passwords in VMiX.INI.  After
  38. ;----------------- validation, VSETUP.EXE will pass control to the VMiX
  39. ;----------------- command line given below.  Only one line allowed, but
  40. ;----------------- multiple commands/programs can be entered, separated 
  41. ;----------------- by a '/' delimiter.
  42. ;
  43. ;----------------- 'set remote -l????' by itself, without VSETUP.EXE
  44. ;----------------- restores the default VMiX shell (where access
  45. ;----------------- passwords are not checked).
  46. ;
  47. rshell
  48.  
  49. [startup]
  50. ;----------------- If VSETUP.EXE is given in the vm_boot startup command line,
  51. ;----------------- then all single or multi command lines you give here, will
  52. ;----------------- be executed during VMiX startup.
  53. ;
  54. ;----------------- This method is an alternative to giving all your
  55. ;----------------- configuration commands in a long vm_boot command line.
  56. ;
  57. ;----------------- It is better to use a single line per 'dosjob' command.
  58. ;----------------- For other commands, concatenate as many as possible on
  59. ;----------------- a single line (each line is processed by a different
  60. ;----------------- VMiX process).
  61. ;----------------- Once a 'dosjob' is encountered on a line, all commands
  62. ;----------------- after it are processed by the new 'dosjob' task.
  63. ;
  64. ;set re -x/set vi -s/set sys -c       ;UNCOMMENT THESE 2 LINES FOR MENU START
  65. ;do -W /set process -d5/vw            ;UNCOMMENT THESE 2 LINES FOR MENU START
  66. ;set remote -l1 vsetup/set baud -c1 2400  ;UNCOMMENT THIS LINE FOR COM1 USER
  67. ;set remote -l2 vsetup/set baud -c2 2400  ;UNCOMMENT THIS LINE FOR COM2 USER
  68. ;set remote -l1 vsetup/set remote -a  ;UNCOMMENT THIS LINE FOR ALL COM1/2/3/4
  69. ;do /set process -d5/dir C:\                   ;just a TEST with 5sec. delay
  70. ;do /set process -d5/type C:\AutoExec.Bat      ;Just a TEST with 5sec. delay
  71. ;loadup vm_boot                       ;UNCOMMENT THIS LINE TO RELOCATE VMIX
  72.  
  73.