home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / UTILS / DIRUTL / CHG11.LBR / CHG.DOC < prev   
Text File  |  2000-06-30  |  2KB  |  54 lines

  1.  
  2.  
  3.         CHG v1.1  04/04/86
  4.  
  5.  This program is a kludge of UNERA and MAKE utilities.
  6.  
  7.  It allows you to change the user area of a program without 
  8.  re-copying the entire file.  It can also unerase a file.
  9.  
  10.  Warmboots on exit to force buffer flush/write
  11.  
  12.  Steve Sanders, TBKUG/DataCOM Super Systems
  13.  (813) 791-1454/55 modem 300/1200/2400
  14.  
  15.  
  16.  
  17.   To use:
  18.  
  19.                 Change User Number
  20.                 ==================
  21.  
  22.     A>CHG d:ufn.typ  olduser# newuser#
  23.  
  24.     A>CHG C:GAME.BAS 6 0
  25.  
  26.     Will move GAME.BAS from user area 6 to user area 0
  27.  
  28.     CHG supports user#'s 0 thru 31.
  29.  
  30.  
  31.                  Unerase A File
  32.                  ==============
  33.  
  34.     A>CHG C:GAME.BAS ? 4
  35.  
  36.     Will unerase GAME.BAS from the directory of drive C
  37.         and restore it to C4:
  38.  
  39. If the specified file is NOT found, an error message is displayed
  40. and CHG aborts with no changes to the directory made.
  41.  
  42. NOTE:  No unerase utility can function properly if you fail to sort
  43.        and pack your directory frequently.  The SAP44 utility is the
  44.        best one around, get it, and use it daily if you want a good
  45.        unerase function.  SAP will fill all erased data areas with
  46.        E5 bytes making future unerases impossible and absolutely
  47.        erasing old directory entries.  Plus it keeps the directory
  48.        sorted so even dumb commands like CP/M's DIR will show an
  49.        alphabetized directory listing.
  50.  
  51. ANOTHER NOTE:  Any and all programs that unerase files are potentially
  52.                dangerous when misused and/or overused!
  53.  
  54.