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 / RECOVER.LBR / RECOVER.INF < prev   
Text File  |  2000-06-30  |  2KB  |  50 lines

  1.  
  2. RECOVER.COM  --  Super CP/M 2.2 UNERASE Utility
  3. -----------------------------------------------
  4.  
  5. The following is a screen dump of the RECOVER menu and
  6. built-in help display.  This is real nice!
  7.  
  8. Steve Sanders, Sysop
  9. The DataCOM Super Systems(tm)
  10. (813) 937-3608  300/1200/2400  after 11/15/85  (813) 791-1454
  11. (813) 937-6829  300/1200/2400  after 11/15/85  (813) 791-1455
  12.  
  13. ///////////////////////////
  14.  
  15.  
  16.  File RECOVER program - Version 2.1  100-108
  17.  Works with CPM 2.X ---  06 Sep 82 
  18.  Author - F. Roland Bjorklund 
  19.  Copyright 1982 (c) MNH Applied Electronics Inc.
  20.  5501 Cherokee Ave. #204 - Alexandria VA 22312
  21.  
  22.  For non-profit use only - not for resale
  23.  
  24.  ctl-C exits program at any input request
  25.  
  26.  TYPE: 0 -  Exit program to recovered drive
  27.        1 -  Select the drive to recover files on
  28.        2 -  List erased files on selected drive
  29.        3 -  Recover erased files
  30.        4 -  Print HELP message
  31.  ? 4
  32.  
  33.  Valid CPM file names allowed - up to 8 char filename
  34.    and up to 3 Chars in file type - form: XXXXXXXX.TTT.
  35.  CPM wild card characters * and ? are allowed.
  36.  Use * to match trailing chars in filename and/or file type.
  37.  Use ? to match any characters in exact position in
  38.    filename and/or filetype.
  39.  
  40.  Common examples:   *.TTT  or  XXXX.*  or  *.*
  41.                     XXX*.TTT  or  XXX.T*
  42.  
  43.  Specific example:  ????ABC.?TT 
  44.    ????: match any char for first four positions in filename
  45.    ABC:  match ABC char for last three positions in filename
  46.    ?:    match any char for first position in filetype
  47.    TT:   match TT  char for last two postions in filetype
  48.  
  49.  
  50.