home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / switch.zip / HELP11.DAT < prev    next >
Text File  |  1990-11-21  |  2KB  |  56 lines

  1. 11.   Configuration Description
  2.  
  3.              A configuration is outlined in the following format:
  4.  
  5.                          NAME (26 chars)
  6.                            DESCRIPTION (74 chars)
  7.                              AUTOEXEC.BAT DATA
  8.                              CONFIG.SYS DATA
  9.  
  10.              A configuration is a record that contains one
  11.       AUTOEXEC.BAT and CONFIG.SYS combination.  Switch holds up to
  12.       100 records in its database.  (If more records are needed
  13.       please inform Mux Consulting with the number of records
  14.       required.)  A distinguishing name is entered to identify the
  15.       configuration.  A description is also entered as a reminder of
  16.       the configuration contents.
  17.  
  18.              Let us look at the following two configurations.  One is
  19.       a normal DOS configuration and the other is the same
  20.       configuration except on rare occasions when a RAM disk is
  21.       necessary.
  22.  
  23.       CONFIGURATION # 1
  24.       NAME: Normal Boot-Up
  25.       DESCRIPTION: This is the normal configuration
  26.  
  27.       AUTOEXEC.BAT                CONFIG.SYS
  28.  
  29.       @echo off                          files=32
  30.       verify on                          buffers=32
  31.       path=c:\;c:\dos;                   lastdrive=h
  32.       prompt=$p $g                       device=c:\mouse\mouse.sys
  33.  
  34.       CONFIGURATION # 2
  35.       NAME: RAM Driver
  36.       DESCRIPTION: This configuration contains a RAM driver.
  37.  
  38.       AUTOEXEC.BAT                CONFIG.SYS
  39.  
  40.       @echo off                          files=32
  41.       verify on                          buffers=32
  42.       path=c:\;c:\dos;                   lastdrive=h
  43.       prompt=$p $g                       device=c:\mouse\mouse.sys
  44.                                          device=c:\dos\vdisk.sys 200 256
  45.  
  46.              Once these configurations are created you can switch to
  47.       the configuration needed.  Switch replaces the current
  48.       AUTOEXEC.BAT and CONFIG.SYS files with the configuration
  49.       selected and then reboots the machine if desired.  This means
  50.       when changes are made to AUTOEXEC.BAT or CONFIG.SYS files
  51.       outside of Switch, you will have to remember to make them
  52.       inside of Switch as well by typing in the data manually or
  53.       importing your changes.  It is a good idea though, to make all
  54.       the changes inside Switch and then reboot from there.
  55.       Otherwise you will run the risk of wiping out any changes made
  56.       outside of Switch.