home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / misc / 30063 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.3 KB  |  61 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!timbuk.cray.com!hemlock.cray.com!gjm
  3. From: gjm@cray.com (Gordon Miller)
  4. Subject: Re: Just what IS Alt-F1 (was Re: Multiple Desktops....)
  5. Message-ID: <1992Sep14.144333.18095@hemlock.cray.com>
  6. Lines: 51
  7. References: <JEFF.92Sep3163618@claw.clearpoint.com> <jdecarlo.240.716128041@mitre.org> <pwtnr9m.xtifr@netcom.com>
  8. Date: 14 Sep 92 14:43:33 CDT
  9.  
  10. In article <pwtnr9m.xtifr@netcom.com> xtifr@netcom.com (Chris Waters) writes:
  11. >In <jdecarlo.240.716128041@mitre.org> jdecarlo@mitre.org (John DeCarlo) writes:
  12. >
  13. >>And this is exactly what IBM recommends in the applicable Red Book.  They 
  14. >>recommend that the first line of CONFIG.SYS be an XCOPY of the *.ini files 
  15. >>into the INSTALL directory.  Then they recommend that STARTUP.CMD copy 
  16. >>the .INI files into .1, .2, and .3 versions so you have several versions 
  17. >>back, in case the most recent one is corrupted.
  18. >
  19. >As an alternative, this idea came up in a discussion on a local BBS. 
  20. >(Note that I haven't tested this yet, but I cannot think of any reason
  21. >it wouldn't work...)
  22. >
  23. >Add to your CONFIG.SYS:
  24. >
  25. >CALL=C:\BIN\ZOO.EXE uh+ C:\INIBAK.ZOO C:\OS2\OS2.INI C:\OS2\OS2SYS.INI
  26. >
  27. >This will save the INI files *if* they have changed, and will keep older
  28. >versions (Zoo allows you to have several versions of a file in an
  29. >archive).  Of course, this means that you must have a copy of zoo, but I
  30. >suspect that most people reading this do.
  31. >
  32. >Just thought I'd pass this idea along.  Comments and criticism are welcome.
  33. >-- 
  34. >Chris Waters    | the insane don't | NOBODY for President!
  35. >xtifr@netcom.COM| need disclaimers | Because Nobody's perfect!!
  36.  
  37.  
  38. Here is another suggestion that was posted some time ago.
  39.  
  40. Add the following two commands to your CONFIG.SYS:
  41.  
  42.     CALL=C:\...\zoo.exe unP+q ini.zoo C:\*.SYS C:\*.BAT C:\*.INI C:\OS2\*.INI
  43.     CALL=C:\...\zoo.exe glAq=8 ini.zoo
  44.  
  45. Although more cryptic, it will probably be a lot faster.
  46.  
  47. The first line adds a compressed version of the SYS, BAT, and INI files to the 
  48. archive ini.zoo, only if the files have changed since last backup.  The 
  49. second line tells zoo to keep eight versions of each file.  Change it as you see
  50. fit. 
  51.  
  52. Also, these commands only store the 8 most recent *versions* of each file.
  53. They will simply pass over any files that haven't been changed - saving that
  54. much more time on every boot. 
  55.  
  56.  
  57. Cheers,
  58.   Gordon Miller
  59.  
  60.  
  61.