home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / INIBKP.ZIP / READ.ME < prev   
Text File  |  1991-08-10  |  3KB  |  56 lines

  1. The INI backup utility allows you to backup the OS2.INI and OS2SYS.INI files
  2. without operator intervention.  This makes the utility suitable for batch
  3. processing.  The utility returns ERRORLEVEL = 0 only if INI backup files are 
  4. succesfully created.  In all other cases, partially created backup files are
  5. deleted and a non-zero ERRORLEVEL is returned.  If backup files exist, they 
  6. are deleted prior to the INI backup process in  order to insure that the 
  7. backup process will also compact fragmented INI files.
  8.  
  9. Operator intervention is requested by the utility if an error occurs.  An
  10. error message box is displayed to describe the failure and the operator is
  11. requested to press a button to allow program termination.
  12.  
  13. Since PM calls are required for INI processing, this is a PM program.  However,
  14. it takes its parameters from the command line.  Under OS2 1.3 and higher, the
  15. utility may be installed in a group using the "minimized" option so the it
  16. will run iconically.  The SHAREWARE utility INIUTIL1.EXE may be used in OS2
  17. 1.2 to achieve the same result.
  18.  
  19. The utility has the following syntax:
  20.  
  21. INIBKUP
  22.    or
  23. INIBKUP /h
  24.    or
  25. INIBKUP filename1 filename2
  26.  
  27. INIBKUP with no parameters, causes the utility to create a backup of the
  28. OS2.INI file in the current working directory with a filename of OS2SV.INI and
  29. a backup of the OS2SYS.INI file in the current working directory with a
  30. filename of OS2SYSSV.INI.
  31.  
  32. INIBKUP /h will cause the utility to display a message box that contains 
  33. usage information.
  34.  
  35. INIBKUP filename1 filename2 will cause the utility to backup the OS2.INI file
  36. to "filename1" and the OS2SYS.INI file to "filename2".  Filenames are used
  37. as full pathnames and may contain drive and directory specifications.  If
  38. filename2 is absent, then filename1 is also ignored and the utility operates
  39. as if no parameters were specified.
  40.  
  41. This program has been tested under OS2 1.2, 1.3 and 2.0 (BETA 6.149), but
  42.                     ===> HERE COMES THE DISCLAIMER <===
  43. use this utility at your own risk.  I am providing this utility AS IS with
  44. no expressed or implied warranty and am not responsible for any damage that
  45. may be caused by its use.
  46.  
  47. Feel free to pass this along to any BBS that will have it as long as you
  48. keep the following files intact:
  49.             READ.ME
  50.             INIBKUP.EXE
  51.  
  52. I welcome comments or suggestions regarding this utility.  The easiest way
  53. to find me is through Compuserve 75600,237.
  54.  
  55. dave lester 08/10/91
  56.