home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / sadel100.zip / SAFEDEL.DOC < prev    next >
Text File  |  1995-06-18  |  4KB  |  171 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                                 S A F E D E L    
  12.  
  13.                                     v 1.0
  14.  
  15.                       Copyright 1994 Vincent Penquerc'h
  16.                              All Rights Reserved
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                             DISCLAIMER OF WARRANTY
  25.  
  26.  
  27. THE AUTHOR WILL REFER TO VINCENT PENQUERC'H.
  28.  
  29. THE PROGRAM WILL REFER TO SAFEDEL, INCLUDING THE PROGRAM ITSELF, ITS
  30. DOCUMENTATION, AND ANY FILE IN THE ORIGINAL SAFEDEL PACKAGE.
  31.  
  32. THE AUTHOR HEREBY DISCLAIMS ALL WARRANTIES RELATING TO THIS PROGRAM,
  33. WHENEVER EXPRESSED OR IMPLIED, INCLUDING WITHOUT ANY LIMITATION ANY
  34. IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  35.  
  36. THE AUTHOR WILL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,
  37. INDIRECT OR SIMILAR DAMAGES DUE TO LOSS OF DATA, DAMAGE OF HARDWARE OR
  38. ANY OTHER REASON, EVEN IF THE AUTHOR WAS ADVISED OF THE POSSIBILITY OF
  39. SUCH LOSS OR DAMAGE.
  40.  
  41. THIS PROGRAM AND DOCUMENTATION ARE RELEASED "AS IS" AS SHAREWARE. IT IS
  42. COPYRIGHTED BY THE AUTHOR, AND ALL RIGHTS AND OWNERSHIP ARE KEPT WITH THE
  43. AUTHOR. YOU MAY USE IT, COPY IT, AND GIVE IT TO ANYBODY AS LONG AS NO
  44. MODIFICATIONS ARE MADE.
  45.  
  46. PROGRAM AND DOCUMENTATION COPYRIGHT 1994 VINCENT 'INDY' PENQUERC'H, ALL
  47. RIGHTS RESERVED.
  48.  
  49. ALL QUOTED PRODUCT AND COMPANY NAMES ARE TRADEMARKS OF THEIR RESPECTIVE
  50. OWNERS.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                          TABLE OF CONTENTS
  57.  
  58.  
  59.  
  60.  
  61.       1. What is SafeDel?
  62.       2. System requirements
  63.       3. Command line options
  64.       4. Contacting the author
  65.       5. Revision history
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.    1. What is SafeDel ?
  75.       -----------------
  76.  
  77.  
  78.       SafeDel is a powerful set of little programs designed to be called
  79.       in DOS batch files, but you can also use these tools on the comand
  80.       line. SafeDel allows you to build real programs in batch language,
  81.       thus bringing DOS a unix-like face.
  82.  
  83.  
  84.  
  85.  
  86.    2. System requirements
  87.       -------------------
  88.  
  89.  
  90.  
  91.       To use SafeDel, you will need a 8088 based PC, DOS 2.0 or higher.
  92.  
  93.  
  94.  
  95.  
  96.  
  97.    3. Command line options
  98.       --------------------
  99.  
  100.  
  101.       SafeDel's command line is not case sensitive. You can use both upper
  102.       and lower case characters, even mixed.
  103.       To have an overview of all available options, type one of the follwing
  104.       commands at the DOS prompt:
  105.       
  106.         SAFEDEL -?
  107.         SAFEDEL -H
  108.       
  109.       To set the directory where to put the deleted files, use the 'D' switch
  110.       followed with the directory name:
  111.     
  112.         SAFEDEL -D C:\DELFILES
  113.  
  114.       If the directory doesn't exist, SafeDel will create it. Be aware that
  115.       if this directory is removed while SafeDel is resident, no file will
  116.       be erased (the 'file delete' DOS function will return an error so the
  117.       program will know it could not be deleted). 
  118.       You may select the language to be used using the 'L' switch followed 
  119.       with the language you want. The available languages are English (which
  120.       is the default), French and Spanish. For example:
  121.  
  122.         SAFEDEL -L SPANISH
  123.  
  124.       To unload SafeDel from memory, use the 'U' switch:
  125.  
  126.         SAFEDEL -U
  127.  
  128.       For all switches, the '-' sign can be replaced with a '/' sign.
  129.  
  130.  
  131.  
  132.  
  133.    4. Contacting the author
  134.       ---------------------
  135.  
  136.  
  137.       If you have any bug reports, comments, flames or if you want to
  138.       register, feel free to write me at the following EMail address:
  139.  
  140.       penquerc@enssat.fr
  141.  
  142.       or via snail mail:
  143.  
  144.       Vincent Penquerc'h
  145.       3, rue d'Ecosse
  146.       35200 Rennes
  147.       France
  148.  
  149.  
  150.       The registration fee for this program is $8 (40 francs for France).
  151.       Please note that SafeDel is shareware and is not free software
  152.       nor public domain software. If you use this program after a two week
  153.       free evaluation period, please register, so I can continue enhancing
  154.       SafeDel and release other neat programs to meet your needs.
  155.       Please send cash, do not send checks from outside France. If you are
  156.       willing to send nor french francs neither US dollars, send cash for
  157.       an $8 amount. If you are from France, you can send checks or cash at
  158.       the above address.
  159.  
  160.  
  161.  
  162.  
  163.    5. Revision history
  164.       ----------------
  165.  
  166.  
  167.  
  168.    v1.0   June 18th 1995 (not released)
  169.             - First version of SafeDel.
  170.  
  171.