home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / misc / 25285 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!caen!sol.ctr.columbia.edu!vmsb.is.csupomona.edu!cvadrtbc
  3. From: cvadrtbc@vmsb.is.csupomona.edu (Srikanth Viswanathan)
  4. Subject: Re: BACKUP's and the Desktop
  5. Organization: California Polytechnic University, Pomona
  6. References: <92202.102131BRYAN@wvnvm.wvnet.edu>
  7. Message-ID: <23JUL199209384273@vmsb.is.csupomona.edu>
  8. News-Software: VAX/VMS VNEWS 1.41    
  9. Sender: news@ctr.columbia.edu (The Daily Lose)
  10. Date: Thu, 23 Jul 1992 17:38:00 GMT
  11. X-Posted-From: vmsb.is.csupomona.edu
  12. X-Posted-Through: sol.ctr.columbia.edu
  13. Lines: 16
  14.  
  15. In article <92202.102131BRYAN@wvnvm.wvnet.edu>, Jerry Bryan <BRYAN@wvnvm.wvnet.edu> writes...
  16. >between the INI files and desktop directories.  Remember that INI files
  17. >are hard to backup with standard facilities such as BACKUP and COPY because
  18. >they are always open.  You have to run the backup out of CONFIG.SYS
  19. >before they are opened, which in turn means you have to boot to back them
  20. >up.  I hate to boot when it really is not necessary.  The other concern
  21.  
  22. You really don't have to.  Someone on Fidonet a long time ago, posted
  23. this very useful tip for backuping INI files:
  24.  
  25. CALL=C:\OS2\XCOPY C:\OS2\*.INI C:\BACKUP\*.INI
  26.  
  27. I think that was it.  Put this in your config.sys and it will backup your
  28. INI files before the WPS loads up (when the INI files are not in use.)
  29.  
  30. Srikanth
  31.