home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 05B / RECALL40.ZIP / RECALL.TXT < prev   
Encoding:
Text File  |  1992-03-10  |  2.8 KB  |  50 lines

  1.  
  2.                                 RECALL v4.0
  3.                               Short Text File
  4.                        Written by Michael MacDonald
  5.                                  03/10/92
  6.  
  7.      RECALL is a compiled Clipper PRG program.  It is 'freeware'.  No fee
  8.      is expected for it's use.  It's  purpose  is  to  search  RoboComm's
  9.      NEWxx.DBF (the database that keeps track of new (Available) files on
  10.      the BBS's you call)  for  records  that have been  MARKED as deleted,
  11.      and 'undelete' them.    Note that when you delete a record, RoboComm
  12.      only MARKS it as deleted.   The  information pertaining to that file
  13.      is still there until the database is packed, either by choosing PACK
  14.      from the exit menu, or using the '/p' command line switch.  Once you
  15.      do that, the information is removed from the database, and also from
  16.      it's associated  indices and  the DBV file.   RECALL,  or  any other
  17.      program for that matter, cannot  salvage the information under those
  18.      circumstances. It is gone for good.
  19.  
  20.      RECALL does the same as highlighting a deleted file and pressing the
  21.      DEL key.   It  is intended  to be  used when you have a lot of files
  22.      marked deleted that you don't want to delete.  For instance, if  you
  23.      have done a  'bulk delete'  and screwed it up, or  changed your mind.
  24.      There is no 'bulk undelete' key in RoboComm, so the only way to keep
  25.      those files is to  highlight  each one and press the DEL key.  Until
  26.      now!   OK, so  you  may not  need RECALL very often, but it comes in
  27.      handy when you do.  And, remember, it's free!
  28.  
  29.      To use RECALL, simply type 'recall' at the DOS prompt.   The program
  30.      will attempt to open the  database  that stores the  available files.
  31.      This file is called NEW30.DBF for version 3.0 and 3.1, and NEW40.DBF
  32.      for version 4.0.   If it cannot find this file,  it will tell you so.
  33.      If you're using a pre 3.0 version of RoboComm,  RECALL will not work,
  34.      but you should upgrade anyway.
  35.  
  36.      RECALL can reside anywhere,  but you must be in the  directory where
  37.      you keep your  RoboComm  files  when  you invoke it. If you shell to
  38.      DOS from RoboComm while viewing the  'Available' files  list and use
  39.      RECALL, files may still say 'DEL' next to them. This is because when
  40.      returning from a 'shell',  RoboComm  rewrites  the screen  that  was
  41.      being  displayed  at  the  time  you  pressed  F7.  If you leave the
  42.      available files list then return, RoboComm will re-read the database
  43.      file and  display  the  delete status correctly. The source code has
  44.      been included for any Clipper users that wish to play with it.
  45.  
  46.  
  47.                               Michael MacDonald
  48.                          4273 148th Ave NE   Apt E-104
  49.                              Bellevue, WA  98007
  50.