home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / shwini32.zip / showini.new < prev    next >
Text File  |  1993-09-20  |  1KB  |  27 lines

  1. new features:
  2.    - uses SCRCOLOR.CMD for retrieving the actual Screen-Colors
  3.    - uses documented API's only (hence safe over different versions of OS/2)
  4.    - number of backup generations controllable (from 1-10, was 10 before)
  5.    - batch-backup possible by telling it to scan all local drives, all
  6.      remote drives, specific drives by supplying a letter-string,
  7.    - update and restore can be automated by having SHOWINI.CMD scan
  8.      the drives by itself,
  9.    - backup/update/restore OS2.INI (**very** important, because it
  10.      contains the WPS persistent object-definitions, a key to WPS!) and
  11.      OS2SYS.INI or both without specifying the paths,
  12.    - logging of all backup/update/restore operations (called SHOWINI.LOG
  13.      placed into the same directory as SHOWINI.CMD itself), configurable.
  14.  
  15. I am using a CRONRGF-entry to automatically backup OS2.INI and OS2SYS.INI
  16. on every monday at 10a.m., backup will be a plain TEXT-file:
  17.  
  18. 0 10 1-31 * 1 showini /bt /both
  19.  
  20. and to backup all local-INI-files on the first monday of a month, keeping
  21. three backups at most (backups are in OS/2-INI-format):
  22.  
  23. 0 11 1-7 * 1 showini /b3 /local
  24.  
  25. The package does not contain the interim REXXUTIL.DLL fix. Therefore every-
  26. one has to get the official IBM-fix-release you sent me.
  27.