home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / unsdel10.zip / MANUAL.DOC next >
Text File  |  1992-11-25  |  7KB  |  168 lines

  1.                       SDEL and UNSDEL for OS/2* v2.0
  2.  
  3.                  (C) Copyright 1992 by David B. Gillespie
  4.                           All rights reserved.
  5.  
  6.  
  7.                            SDEL (Safe-Delete)
  8.                               version 1.0
  9.  
  10.     What is SDEL?
  11.  
  12.     You can use SDEL instead of the operating systems DEL or ERASE
  13.     command.  SDEL moves or copies specified files to a directory
  14.     named SDELDIR on the drive you are logged onto instead of actually
  15.     deleting the file(s).  It creates an index file that keeps track of
  16.     the files that are Safe-Deleted.  The companion program UNSDEL allows
  17.     you to recover files from the SDELDIR directory.
  18.  
  19.  
  20.     SYNTAX:  SDEL [drive:][filename]
  21.  
  22.     [drive:][filename] specifies the directory and filenames to
  23.     Safe-Delete.
  24.  
  25.  
  26.     Examples:
  27.  
  28.     If you are logged onto Drive D: and you enter the command
  29.  
  30.     SDEL D:\tmp\*.exe
  31.  
  32.     SDEL places all exe files in the D:\tmp directory in D:\SDELDIR.
  33.     (If you were logged on C:, they would be placed in C:\SDELDIR.)
  34.  
  35.     SDEL C:\test   -  Safe-Deletes ALL files in the C:\test directory.
  36.  
  37.  
  38.     Drawbacks:
  39.  
  40.     You must use SDEL instead of DEL or ERASE.  If you Safe-Delete files
  41.     with SDEL you do not regain disk space as you would using DEL or
  42.     ERASE.  When you feel comfortable that you do NOT need the files in
  43.     the SDELDIR directory, you can use DEL to get rid of them.  I plan to
  44.     add a compression routine to SDEL if I find there is enough interest
  45.     in these programs.  Of course, UNSDEL would contain a decompression
  46.     routine.  Read the LICENSE information below for information on two
  47.     PM programs you will receive if you register these two utilities.
  48.  
  49.     You can modify CMD.EXE so that SDEL can be renamed to DEL.  Make a
  50.     backup copy of CMD.EXE and then copy CMD.EXE to CMD.E.  Then enter
  51.     the following commands after opening a DOS window:
  52.  
  53.     1) Debug CMD.E
  54.     2) S 100 l8000 "DEL" <enter>
  55.           This will return a value in the form of ssss:xxxx, where xxxx
  56.           is the number to use in the next step.
  57.     3) E xxxx ff,ff,ff <enter>
  58.     4) W <enter>
  59.     5) Q <enter>
  60.  
  61.     To copy CMD.E to CMD.EXE, you must then boot OS/2 from a floppy. After
  62.     copying CMD.E to CMD.EXE, enter  Ren SDEL.EXE DEL.EXE.
  63.  
  64.     * OS/2 is a registered trademark of IBM Corp.
  65.  
  66.  
  67.                                 UNSDEL
  68.                               version 1.0
  69.  
  70.     What is UNSDEL?
  71.  
  72.     UNSDEL is the program you use to read the SDELDIR.NDX file.  Then it
  73.     presents you with a list of files to choose from that you can recover.
  74.     It will prompt you for a directory to place the files that you mark
  75.     for recovery.  Pressing Enter alone will cause files to be placed in
  76.     the current directory.  UNSDEL looks for the SDELDIR directory on the
  77.     drive you are logged onto.  UNSDEL is more flexible to use than the
  78.     UNDELETE program that comes with OS/2.  It presents you with a complete
  79.     list of deleted files.
  80.  
  81.  
  82.     Using UNSDEL:
  83.  
  84.     Move through the list of files using HOME, END, PAGEUP, PAGEDOWN, up
  85.     arrow, down arrow or spacebar.  The spacebar has the same function
  86.     as the down arrow.  It moves the scroll bar down.  To mark a file
  87.     that you want to restore, hilight it with the scroll bar and press
  88.     the plus key.   If you change your mind,  press the minus key to
  89.     deselect it.  Once you have marked all the files you want to recover
  90.     press F2.  Press ESC to exit the program.
  91.  
  92.     You will be asked to choose whether or not to overwrite a file if a
  93.     file exists in the directory you chose to restore to has the same
  94.     name as a file you chose to restore.
  95.  
  96.  
  97.                               DISCLAIMER
  98.  
  99.        The author hereby disclaims all warranties relating to
  100.        this software, whether express or implied, including without
  101.        limitation any implied warranties of merchantability or fitness
  102.        for a particular purpose. The author will not be liable for any
  103.        special, incidental, consequential, indirect or similar damages
  104.        due to loss of data or any other reason, even if the author
  105.        has been advised of the possibility of such damages.  In no
  106.        event shall the author's liability for any damages ever exceed
  107.        the price paid for the license to use software, regardless of the
  108.        form of the claim.  The person using the software bears all risk
  109.        as to the quality and performance of the software.
  110.  
  111.  
  112.                                LICENSE
  113.  
  114.        SDEL and UNSDEL are NOT public domain or free software, but
  115.        are being distributed as "shareware".
  116.  
  117.        Non-registered users of this software are granted a limited
  118.        license to make an evaluation copy for trial use on a private,
  119.        non-commercial basis, for the express purpose of determining
  120.        whether these programs are suitable for their needs.  At the
  121.        end of this trial period (thirty days), you should either
  122.        register your copies or discontinue using them.
  123.  
  124.        Registration entitles you to support and notification of
  125.        updates to the software.  After registering, you will receive
  126.        two Presentation Manager programs.  One is a PM version of
  127.        UNSDEL, which has more functions and is more flexable than
  128.        the character based version.  The other PM program can be
  129.        used in place of OS/2's UNDELETE.  It is much easier to use
  130.  
  131.  
  132.        than UNDELETE.  Both PM programs you will receive if you
  133.        register are NOT to be uploaded to bulletin board systems
  134.        or given to anyone else.
  135.  
  136.        You are allowed to distribute SDEL and UNSDEL to bulletin board
  137.        systems provided that all files listed below are included with
  138.        them and are not modified in any way.
  139.  
  140.  
  141.                  INSTITUTIONAL/COMMERCIAL SITE LICENSE
  142.  
  143.        Any corporation, institution, government agency or business
  144.        wishing to use the this software in the course of its internal
  145.        business must purchase a SITE LICENSE.  Any individual wishing
  146.        to use this software in a corporation, institution, government
  147.        agency or business must purchase a SITE LICENSE. Please see the
  148.        ORDER.DOC or write for terms.
  149.  
  150.  
  151.        Files you should have received in this archive:
  152.  
  153.                 SDEL.EXE        - safe deletes files
  154.                 UNSDEL.EXE      - recovers files deleted by SDEL
  155.                 MANUAL.DOC      - this document
  156.                 ORDER.DOC       - order form
  157.  
  158.        Files you will receive after registering SDEL and UNSDEL:
  159.  
  160.                 UNSDELPM.EXE    - can be used instead of UNSDEL.EXE
  161.                 UNDELPM.EXE     - can be used instead of UNDELETE.EXE
  162.  
  163.  
  164.  
  165.        David B. Gillespie
  166.        Rt. 1 Box 338-H
  167.        Byhalia, MS 38611
  168.