home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / wmc53 / readdmc.tx_ / readdmc.tx
Text File  |  1995-12-09  |  3KB  |  74 lines

  1. DMCSTRT
  2.  
  3. The DMCSTRT program is used to restore a saved configuration from native DOS 
  4. ,is used as an alternative to WMCSTRT, and MUST be used if PC Tools for
  5. Windows is the Window's shell.  If you plan on using DMCSTRT, then you should
  6. remove WMCSTRT from the Windows Start-up group.
  7.  
  8. If there are active configuration entries when DMCSTRT runs, DMCSTRT will 
  9. display a configuration selection window.  If there are no active 
  10. configuration entries when DMCSTRT runs, DMCSTRT will end without displaying 
  11. a configuration selection window.
  12.  
  13. DMCSTRT will accept one command line switch that specifies which configuration 
  14. entry to use.  The command line switch should be in the form "/a", 
  15. where 'a' specifies a saved configuration entry.  Saved configuration entries 
  16. are numbered 1 to 4 from Top Left to Bottom Left and are numbered 5 to 8 from 
  17. Top Right to Bottom Right.  This is useful if you have MS-DOS Version 6 and 
  18. use its multiple DOS configurations capability. 
  19.  
  20. !!!IMPORTANT!!!!
  21. Before using DMCSTRT, you must issue the following commands from the
  22. DOS prompt:
  23. SET WMCPATH=xxx      (where xxx is the drive and directory of WMC.)
  24. SET WMCWINPATH=yyy   (where yyy is the drive and directory of Windows.)
  25.  
  26. Example:
  27. SET WMCPATH=C:\JREWMC5
  28. SET WMCWINPATH=C:\WINDOWS
  29.  
  30. You may want to put this command in your AUTOEXEC.BAT file, so it is issued
  31. every time DOS is started.
  32.  
  33. DMCSTRT Main Window
  34.  
  35. The main window of the DMCSTRT program allows the selection of a 
  36. configuration entry to use from up to eight, previously-saved configuration 
  37. entries.  The active configuration entry has its text box background color 
  38. different than the other seven entrys' background color.
  39.  
  40. Pressing ENTER, on any of the active entries will restore that
  41. configuration.  If an entry is password protected, a prompt for the password
  42. is done.  If the password entered is correct, then the configuration entry
  43. is restored.  A total of three trys are allowed to enter the correct current
  44. password for the configuration entry.
  45.  
  46. If the "Inactive entries visible on WMCSTRT window" is on, all entries are 
  47. displayed, even inactive ones.  Clicking on inactive entries has no effect.  
  48. If the "Inactive entries visible on WMCSTRT window" flag is off, only active 
  49. entries are displayed.
  50.  
  51.  
  52. Examples:
  53.   To run DMCSTRT, type from the DOS command prompt: DMCSTRT
  54.   To automatically select configuration,
  55.     type from the DOS command prompt:  DMCSTRT /3
  56.  
  57. Changing the Active Entry color
  58.  
  59. To change the Active Entry color from its default of yellow, do the following:
  60.     Edit "JREWMC.INI" in the WMC directory  -- this can be done using Notepad
  61.     Add "Hibcolor=????" somewhere after the [Win_Multi_Config] line
  62.     ???? stands for one of these values:
  63.         Black
  64.         Red
  65.         Green
  66.         Yellow
  67.         Blue
  68.         Magenta
  69.         Cyan
  70.         White
  71.     Any other value for ???? will cause the default color of yellow to be 
  72.     used.  Save "JREWMC.INI" and run DMCSTRT, WMCSAVE, or WMCSTRT to see the 
  73.     new color.
  74.