home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / f / fixini11.zip / FIX_INI!.TXT < prev    next >
Text File  |  1993-01-05  |  922b  |  24 lines

  1. Fix_ini! Allows you to modify Windows .INI files from DOS.  It is a FREE
  2. utility.  Typing Fix_ini! with no Parameters at the DOS prompt brings up 
  3. the Following Help Screen...
  4.  
  5.  
  6. Fix_ini! v 1.1, Patches Windows .INI Files
  7. Copyright (C) 1993 by Ed Derzawiec
  8. 6 Sweet Fern Rd, Cape Elizabeth, ME  04107
  9. ALL Rights Reserved
  10.  
  11. Syntax for Use is:
  12.        Fix_ini! FileSpec [Section] "Parameter=Value"
  13.  
  14.    FileSpec is a valid DOS ASCII File Spec to modify.
  15.    [Section] is the section in the Windows .INI file to modify.
  16.    "Parameter=Value" is the windows parameter/value to modify, add,
  17.        or delete (if no value is specified.  i.e. "DeleteMe=").
  18.  
  19.    [Section] is optional, so Fix_ini! can be used with Non-Windows .INI
  20.        files such as Config.sys that contain "Parameter=Value" strings.
  21.  
  22.    New Sections are added at the end of .INI files.
  23.    New Parameters are added at the beginning of sections.
  24.