home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / bakitup1.zip / bakkup.txt < prev    next >
Text File  |  1995-01-15  |  2KB  |  49 lines

  1. CHANGES TO BACKUP.EXE
  2.  
  3. I found that I have a customer base for this (I hope)
  4. useful little REXX file when I received a letter asking about a 
  5. WARP version of the files.  OK, here it is.
  6.  
  7. Unlike versions 2.0 and 2.1, the BACKUP command in v2.11 apparently does not 
  8. use \os2\system\oso001.msg to generate the warning messages and
  9. instructions to insert the disk, etc.  I found this when I patched
  10. the WARP oso001.msg file and nothing happened!
  11.  
  12. I then patched the BACKUP.exe file, and the changes took, so here it
  13. is.
  14.  
  15. The difference between the distributed file and the patched one 
  16. is simply this:  When it is time to start a new diskette, the message
  17. comes up:
  18.  
  19. DISTRIBUTED:
  20. Warning!  The files in the root directory of
  21. target drive A: will be erased.
  22.  
  23. PATCHED:
  24. WARNING!  The files in root directory of
  25. target drive A: will be ERASED!
  26.  
  27. I took two of the bytes gained by deleting "the" and replaced
  28. them with bell characters, so the program also beeps at you when
  29. it's time for a new diskette.  Big deal, huh?
  30.  
  31. This change is NOT NECESSARY to use BAKITUP.CMD.  If you want it, do
  32. the following:
  33.  
  34. To install the patched version, just get on your OS/2 boot drive,
  35. and enter the following commands, or a reasonable facsimile thereof.
  36.  
  37. cd \os2
  38. ren backup.exe backup.bak
  39. copy \wherever\bakkup.exe backup.exe
  40.  
  41. If you want to restore the original version, just rename backup.bak
  42. to be backup.exe.
  43.  
  44. DISCLAIMER OF ALL LIABILITY:
  45.  
  46. I took due care with this patch, but I accept no responsibility for
  47. any damages you may suffer as a result of using it.  You are ON YOUR 
  48. OWN!
  49.