home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug036.arc / UNERA.DOC < prev    next >
Text File  |  1979-12-31  |  3KB  |  115 lines

  1. Proper credit to original PROGRAM author
  2. History of UNERA
  3. Info on UNERA
  4. Command Format
  5. Version info on this help file
  6. :Proper credit
  7.  
  8.     Proper credit is given to the original author, who by writing
  9. this software will save many adult computer hobbyists from crying
  10.  
  11.     Original author:        Gene Cotton
  12.  
  13.     Original publication:        Interface Age, December 1981
  14.  
  15.  
  16.     All I did was type in the ASM file from the magazine, assemble it 
  17. to insure that it ran, and then disseminate the ASM & HLP files to RCP/M
  18. systems accross the US of A.  Oh yes, I wrote this HLP file also.
  19.  
  20.     I take credit for typing in this HLP file in the format established
  21. previously by another.
  22.  
  23.     This help file is excerpted from the original printed article
  24. accompaning the UNERA.ASM program listing
  25.  
  26. Henry B. Rothbrg  - Woodbridge, Ct  11/18/81
  27. :History of UNERA
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.     For the last few years I've been looking for a 'restore' or
  35. 'unera' type program to forgive my errors.
  36.  
  37.     I found it in the December '81 issue of Interface Age.  If you
  38. don't subscribe, you should !
  39. :Info
  40.  
  41.     The following is excerpted from the IA article
  42.  
  43.     The safest and most reliable method of guarding a disk file
  44. is to have a back up copy.
  45.  
  46.     Often in the fever of creation we forget.
  47.  
  48.     Sometimes we even go to 'clean-up' our work disk, and in error
  49. type
  50.  
  51.     A>ERA *.BAS
  52.  
  53.     When what we meant was:
  54.  
  55.     A>ERA *.BAK
  56.  
  57.     So now we're in big trouble, we've just erased the last four hours,
  58. or days, of work.  What to do ?
  59.  
  60.  
  61.  
  62.  
  63.  
  64.     To the rescue, comes UNERA !
  65.  
  66.     The UNERA.ASM program is written to run on an 8080, 8085 or Z80
  67. (registered tmark of you know who) microprocessor.
  68.  
  69.     To use UNERA, look over the source file and change it for CP/M 2.2
  70. or 1.4 as required.
  71.  
  72.     Check the disk translate table to be sure it is correct for your
  73. disk system. Change if necessary.
  74.  
  75.     Assemble UNERA
  76.  
  77.     Load ERA
  78.  
  79.     Then TRY it on a scratch disk !
  80.  
  81.  
  82. :Command format
  83.  
  84.     In order to use UNERA you MUST know the name of the file(s) to reclaim/
  85. restore/un-erase.
  86.  
  87.     A>UNERA D:FILENAME.EXT
  88.  
  89.     Will bring back into existance the file D:FILENAME.EXT that 
  90.         you erased in error.
  91.  
  92.     For limitations on files that may be un-erased, see the writen article
  93.     in IA, 12/81 page 98.
  94.     
  95.     You may have problems un-erasing a file if you have created new files
  96.     since you erased it.  The CP/M operating system may have re-used the
  97.     disk space where your erased file is/was.
  98.  
  99.     Test the un-erased file to insure that UNERA worked properly.
  100.  
  101.     You must give the disk drive when specifing the file to be un-erased,
  102.     or the software assumes drive A, not the logged in drive !
  103. :Version info
  104.  
  105.  
  106.  
  107.     UNERA.HLP
  108.  
  109.     Help file version 1.1
  110.  
  111.     As of 11/18/81
  112.  
  113.     Henry B. Rothberg
  114.  
  115.