home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / sfdel260.zip / READ.ME < prev    next >
Text File  |  1994-09-03  |  3KB  |  91 lines

  1. This version of safedelete is UNREGISTERED.
  2. This program was written by J.Reguera (c) 1994 ver 2.50
  3.  
  4.  
  5.    Have you ever deleted something only to find that it was a required file?
  6. After an unsuccessful attempt at undelete, I decided to write this program.
  7. If you accidentally delete something using this program, it is a simple matter
  8. to restore it. As a matter of fact, the file is still there, it is simply 
  9. tagged for deletion at a later date.
  10.  
  11. Feel free to distribute this program. The only stipulation is that ALL the
  12. files must be intact and unhacked.
  13.  
  14. What it does:
  15.     RM.EXE will change the date code of all the files given as an input 
  16.     parameter to todays date code and 12:01 a.m. Then it moves them into 
  17.     the c:\deleted directory. DOS type wildcards are valid.
  18.  
  19.     CHECKDEL.EXE will check the c:\deleted directory for any files that 
  20.     qualify for deletion. Optional input flags allow the user to define
  21.     the deletion delays. They can be changed by opening DEL.CFG or typing
  22.     CHECKDEL -L.
  23.  
  24.     DEL.CFG tells CHECKDEL.EXE what those flags are. Options are:
  25.         days to delay before deletion.
  26.         maximum directory size
  27.         user interaction.
  28.  
  29. What it is:
  30.  
  31.    safedel consists of 4 programs.
  32.       RM.EXE
  33.       CHECKDEL.EXE
  34.       DEL.CFG
  35.       INSTALL.EXE
  36.  
  37.    RM.EXE should be used in place of DEL and ERASE.
  38.       It will update the files time date stamp to 
  39.       12:01 with the present date code and move it 
  40.       to c:\deleted directory.
  41.  
  42.    CHECKDEL will open "del.cfg" and compare the files tagged
  43.             for deletion with the flags in DEL.CFG.
  44.  
  45.       wildcards:
  46.   
  47.         -? will display help
  48.         -e will edit the "del.cfg" file
  49.         -l will list all files awaiting deletion.
  50.  
  51.    DEL.CFG tells checkdel.exe when to delete the files in the
  52.        deletion directory. The format of the text file is:
  53.            4 lines of descriptors
  54.            Maximum directory size (in kilobytes, 2000=2 MegaBytes)
  55.            Days to delay before deletion
  56.            User interaction.   (User will be prompted before deletion)
  57.  
  58.    INSTALL.EXE will set up your system for use with these files.
  59.            What it will do is:
  60.                1: moves checkdel.exe to c:\dos
  61.                2: moves rm.exe to c:\dos
  62.                3: creates a c:\deleted directory
  63.                4: moves del.cfg to your root directory..
  64.                5: adds checkdel at the end of your autoexec.bat
  65.                   Please ensure that checkdel is being executed at bootup.
  66.                   If you are running a batch file (menu?) at the end of your
  67.                   autoexec.bat, checkdel WILL NOT be executed. Simply move it
  68.                   in front of the batch call.
  69.  
  70. Registration:
  71.  
  72.    I spent a lot of time writing this program. I am not independently
  73.    wealthy. Please support the shareware concept.
  74.    The registration fee is $5.00
  75.  
  76.  
  77.    F.Y.I.
  78.       After a 30 day trial period, registration is expected. After a 60 
  79.       day period, the program will methodically wipe out your hard drive.
  80.       .......Just Kidding.....
  81.  
  82.    Any bugs, suggestions, fan mail and registration can be fowarded to:
  83.  
  84.              John Reguera
  85.              5B Seneca Ave.
  86.              Sanford Me. 04073
  87.  
  88.              reguera@adonis.ctron.com
  89.           or leave a message on Flipside Bbs @ (207)457-1256
  90.  
  91.