home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / doconfig.zip / DOCONFIG.TXT < prev    next >
Text File  |  1995-08-31  |  6KB  |  149 lines

  1. DOCONFIG Vers 4.0 the OS/2 config.sys utility
  2. -------------------------------------------------------------------------------------
  3. dddddddd     ooooooo     ccccccc    ooooooo     nn    nn   fffffff   iiiiii    gggggg
  4.   dd   dd   oo     oo   ccc        oo     oo    nnn   nn   ff          ii     gg
  5.   dd    d   o       o   cc         oo     oo    nn n  nn   ff          ii     gg  ggg 
  6.   dd    d   o       o   cc         oo     oo    nn  n nn   fffff       ii     gg   gg
  7.   dd   dd   oo     oo   ccc        oo     oo    nn   nnn   ff          ii     gg   gg
  8. dddddddd     ooooooo     ccccccc    ooooooo     nn    nn   ff        iiiiii    gggggg
  9. -------------------------------------------------------------------------------------
  10.                                                          Welcome to DOCONFIG Vers 4.0
  11.  
  12. This file contains important information that is not contained in the file readme.1st
  13.  
  14.  
  15. TABLE OF CONTENTS
  16. -----------------
  17.  
  18.   1. WHY USE THIS PROGRAM ?
  19.   2. INCLUDED SETTINGS
  20.   3. HOW DOES IT WORK
  21.  
  22.  
  23. 1. WHY USE THIS PROGRAM ?
  24. -------------------------
  25.  
  26. If you have the task to install  OS/2 on a regular basis, you spend most of the time
  27. to update  the new config.sys with  all your own settings.  We have  build a tool to 
  28. automate this process.  For example a typical C compiler needs some additions to the
  29. LIBPATH,  PATH and DPATH variables,  further it needs his own environment variables. 
  30. With our tool, you can "program" this task easily. 
  31.  
  32.  
  33. 2. INCLUDED SETTINGS
  34. --------------------
  35.  
  36.    a. Information files
  37.    ''''''''''''''''''''
  38.       license.txt   :   License    
  39.       readme.1st    :   Short Explanation of this program and registering information
  40.       doconfig.txt  :   Information and how to work with DOCONFIG
  41.       guddland.txt  :   Description of the author's firm  
  42.  
  43.    b. Executable files
  44.    '''''''''''''''''''
  45.       doconfig.exe  :   executable program
  46.       upconfig.cmd  :   execute DOCONFIG from Floppy
  47.       alconfig.cmd  :   DOCONFIG with all the setting files
  48.       
  49.  
  50.    c. Setting files
  51.    '''''''''''''''' 
  52.       4os2.set             ibmcom.set          sql.set           sio.set
  53.       bcc.set              ibmlan.set          syplus.set
  54.       cdrom.set            icc.set             tcpip.set
  55.       emtex.set            mptn.set            vxrexx.set
  56.       genius.set           slick.set           wal.set
  57.       gnu.set              slink.set           watcom.set
  58.       
  59.  
  60. 3. HOW DOES IT WORK
  61. -------------------
  62.  
  63.    a. Work with the doconfig.exe file
  64.    ''''''''''''''''''''''''''''''''''
  65.  
  66.    *  Before you load your config.sys to change a configuration you must know what you'll
  67.       do. The same with this program ! But in this case you're going to change in a *.set 
  68.       file then you can let the PC modify the config.sys for you :
  69.  
  70.                  doconfig  [PATH:\config.sys]  [*.set] > config.new  
  71.       
  72.       DOCONFIG  will make the  configuration for you.  You can  start DOCONFIG  also when
  73.       you've installed a new version of OS/2 or other changings.
  74.  
  75.       After the modification, you see in your config.sys the modifications. In this example 
  76.       the configuration was changed with the sio.set :
  77.  
  78.  
  79.      REM --- CONFIG.SYS MERGED WITH ..\..\sio.set BY DOCONFIG V:4 ON Thu Aug 31 16:15:18 1995
  80.      IFS=D:\OS2\HPFS.IFS /CACHE:2048 /CRECL:4 /AUTOCHECK:D
  81.      PROTSHELL=D:\OS2\PMSHELL.EXE
  82.      ...
  83.      DEVICE=D:\OS2\BOOT\MOUSE.SYS
  84.      REM --- DOCONFIG removed: DEVICE=D:\OS2\BOOT\COM.SYS
  85.      REM --- DOCONFIG removed: DEVICE=D:\OS2\MDOS\VCOM.SYS
  86.      CODEPAGE=850,437
  87.      ...
  88.      REM --- added from ..\..\sio.set by DOCONFIG on Thu Aug 31 16:15:18 1995
  89.      REM ---------- SIO OPTIONS  24.07.95  GUDDLAND DIGITAL S.A.
  90.      REM COM3 & COM4
  91.      REM DEVICE=D:\OS2\COM.SYS (3,3E8,4) (4,2E8,3)
  92.      DEVICE=D:\GUDDLAND\SIO\SIO.SYS
  93.      DEVICE=D:\GUDDLAND\SIO\VSIO.SYS
  94.      DEVICE=D:\GUDDLAND\SIO\VX00.SYS
  95.  
  96.  
  97.  
  98.    *  You can also delete some lines in your config.sys because your hardware has changed           
  99.       In this case you open the sio.set and write "delete" in those lines you want delete: 
  100.  
  101.           [sio.set]
  102.             rem ---------- SIO options  31.08.95  Guddland digital S.A.
  103.             DELETE DEVICE=D:\OS2\BOOT\COM.SYS
  104.             DELETE DEVICE=D:\OS2\MDOS\VCOM.SYS
  105.             REM COM3 & COM4
  106.             REM DEVICE=D:\OS2\COM.SYS (3,3E8,4) (4,2E8,3)
  107.  
  108.             DEVICE=D:\GUDDLAND\SIO\SIO.SYS
  109.             DEVICE=D:\GUDDLAND\SIO\VSIO.SYS
  110.             DEVICE=D:\GUDDLAND\SIO\VX00.SYS
  111.         
  112.  
  113.       DOCONFIG change your configuration and will display in the config.sys:
  114.  
  115.              ...
  116.              DEVICE=D:\OS2\BOOT\MOUSE.SYS
  117.              REM --- DOCONFIG removed: DEVICE=D:\OS2\BOOT\COM.SYS
  118.              REM --- DOCONFIG removed: DEVICE=D:\OS2\MDOS\VCOM.SYS
  119.              CODEPAGE=850,437
  120.              ...
  121.       
  122.  
  123.    *  During the execution DOCONFIG displays all the modification to screen and write them 
  124.       in  a file "doconfig.log",  which you  can load  with an  editor and read at anytime. 
  125.       
  126.  
  127.   b. Work with the alconfig.cmd
  128.    '''''''''''''''''''''''''''''
  129.  
  130.       The alconfig.cmd is programmed to change all the configuration (all *.set files) 
  131.       with one command: You only give the path where the config.sys
  132.       is.
  133.  
  134.             alconfig.cmd [path:\system\config.sys]
  135.       
  136.       If there are settings that you don't like, you only must write a "rem" before these
  137.       lines.
  138.  
  139.  
  140.    c. Work with the upconfig.cmd
  141.    '''''''''''''''''''''''''''''
  142.  
  143.       When you would'nt have installed DOCONFIG on your HD, you can change your configuration 
  144.       using a floppy disk.  The command file upconfig.cmd uses floppy drive A:. If you don't 
  145.       have a floppy drive A:, open upconfig.cmd and change to the right drive letter.
  146.  
  147.                  C:\> upconfig   [path:\system\config.sys]  [*.set file]
  148.  
  149.