home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ARC_UTLS.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1986-04-03  |  5.2 KB  |  129 lines

  1. Thank you for purchasing ARC.  To show our appreciation, we've added a few 
  2. other utilities you may like to this disk.  Here's what the different files 
  3. on this disk are: 
  4.  
  5. ARC.EXE       This file is the ARC file archive utility, which you'll need 
  6.               to unpack everything else.  
  7.  
  8. PROGRAMS.ARC  This is an archive containing several utilities we've written 
  9.               that we think you may like.  
  10.  
  11. DOCUMENT.ARC  This is an archive containing the documentation for ARC, 
  12.               MARC, and ARCE, and a short one-page description of ARC.  
  13.               This archive also contains the documentation for the LF 
  14.               utility (q.v.).  
  15.  
  16. SOURCES.ARC   This is an archive containing the sources for all of the 
  17.               programs on this disk.  Most are written in Computer 
  18.               Innovations C86 using our MACRO preprocessor, and some are 
  19.               written in IBM MASM 8088 assembler.  
  20.  
  21. ABOUT.SEA     A very brief history of System Enhancement Associates.
  22.  
  23. READ.ME       This file, of course.  
  24.  
  25.  
  26. The PROGRAMS archive contains the following utilities: 
  27.  
  28. ARC51.COM     This, when run, unpacks itself into the ARC program and 
  29.               documentation.  This gives you an easy way to share ARC with 
  30.               your friends.  
  31.  
  32. ARCE.COM      This is a fast archive extraction program.  It functions the 
  33.               same as the ARC E command.  
  34.  
  35. ASCII.EXE     This searches through a file, finding and displaying any 
  36.               printable text.  It can be used on any file, including 
  37.               programs, database files, and worksheets.  
  38.  
  39. CHMOD.COM     This is used to selectively set and reset file attributes, 
  40.               such as ReadOnly, Hidden, and System.  
  41.  
  42. LF.EXE        This is our file manipulation utility, and is very useful for 
  43.               managing large numbers of files.  See the file LF.DOC in the 
  44.               DOCUMENT archive for more details.  
  45.  
  46. MARC.EXE      This is used to merge archives without unpacking and 
  47.               repacking their contents.  See the ARC manual for more 
  48.               details.  
  49.  
  50. OKI.EXE       This is handy if you happen to have an Okidata printer.  
  51.  
  52. PARBOOT.COM   This alters your system slightly so that a parity check 
  53.               causes a system boot, instead of a system lockup.  
  54.  
  55. SCROLOCK.COM  This makes your "Scroll Lock" key do what its name implies; 
  56.               that is, stop the screen from scrolling.  
  57.  
  58. SOFTBELL.COM  This changes the tone which is made when a "control G" is 
  59.               printed.  The usual effect is to mute your bell, turning it 
  60.               into a softer, less annoying tone.  This is dependent on 
  61.               processor speed, and will work somewhat differently on an AT.  
  62.  
  63. TASK.COM      This is used to insert "yes or no" questions in a batch file, 
  64.               where a time limit is placed on how long to wait for an 
  65.               answer.  Run it with no arguments for details.  
  66.  
  67. TDIR.EXE      This produces a short, organized listing of the files in your 
  68.               current directory, or in another directory.  Use it as you 
  69.               would the MS-DOS "dir" command.  
  70.  
  71. UNBACKED.EXE  This finds all files which are not backed up in your current 
  72.               directory and all of its subdirectories.  
  73.  
  74. UNDEL.EXE     This is used to "undelete" a file which was accidentally 
  75.               deleted.  
  76.  
  77.  
  78. Most of these programs give a brief description of how they work when you 
  79. run them with no arguments.  For example, if you wish to know how to use 
  80. UNDEL, you should type:
  81.  
  82.     undel
  83.  
  84. that is, the word "undel" with nothing after it, at the DOS prompt.
  85.  
  86.  
  87. Not all of these programs are user supported software.  Particularly, LF 
  88. and UNDEL have never been released as such.  You can give ARC, MARC, and 
  89. ARCE to anyone you like, but please don't pass around the others.
  90.  
  91.  
  92.  
  93. A word about UNDEL:
  94.  
  95. The MS-DOS operating system isn't designed to allow for "undeleting" a 
  96. file.  In theory, once a file is deleted it is gone forever.
  97.  
  98. However, it is possible, sometimes, to reconstruct where a file was 
  99. located, and to recreate it.  This is inherently an iffy proposition.
  100.  
  101. You have the best chance of undeleting a file if it has been recently 
  102. copied or edited, and if NOTHING has been done to the disk since the file 
  103. was deleted.
  104.  
  105. Your best chance of recovering a file is, of course, to not delete it in 
  106. the first place.  But sometimes accidents happen.
  107.  
  108. Your second best chance of recovering a file is to:
  109.  
  110. 1) DO NOT delete, move, copy, or create ANY files on the disk after the 
  111.    accidental deletion if at all possible.
  112.  
  113. 2) If you have a tape streamer or other "image" backup, then take a backup 
  114.    before doing anything else.  This will give you the ability to retry the 
  115.    undelete endlessly.  
  116.  
  117. 3) If you don't have a tape streamer, take a backup anyway.  It can't hurt.
  118.  
  119. 4) Use UNDEL to undelete the file.
  120.  
  121. 5) Examine the file.  If it isn't right, delete it and try again, this time 
  122.    using the "/a" (ask) option.
  123.  
  124. 6) If UNDEL can't find all of your file, you may want to try the "/p" 
  125.    (partial is okay) option.  
  126.  
  127. 7) If none of the above works, then you are out of luck.  Your chances of 
  128.    ever recovering your data are slim indeed.
  129.