home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / dos / 016 / pdel.doc < prev    next >
Text File  |  1991-11-14  |  34KB  |  807 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                                   P D E L E T E
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                              -------------------------
  26.                              Users Guide and Reference
  27.                              -------------------------
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                                  Version 4.3
  34.                                 November  1991
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.        Questions and support --  Patriquin's BBS  714-352-2825 (Data)
  44.                                                   714-352-2820 (Voice)
  45.                                                   714-352-1527 (FAX)
  46.  
  47.  
  48.  
  49.                        Copyright 1991 by Norm Patriquin
  50.  
  51.  
  52.  
  53.       PDEL Users Guide/Reference                 Copyright 1991 N. Patriquin
  54.       ----------------------------------------------------------------------
  55.  
  56.  
  57.                         Table of Contents
  58.  
  59.  
  60.  
  61.       What is PDELETE . . . . . . . . . . . . . . . . . . . . .   1
  62.  
  63.       Features  . . . . . . . . . . . . . . . . . . . . . . . .   2
  64.  
  65.       Command Mode Parameters . . . . . . . . . . . . . . . . .   3
  66.  
  67.       Setting of default parameters (DOS Environment) . . . . .  12
  68.  
  69.       Examples  . . . . . . . . . . . . . . . . . . . . . . . .  13
  70.  
  71.       Registration. . . . . . . . . . . . . . . . . . . . . . .  14
  72.  
  73.       Version History . . . . . . . . . . . . . . . . . . . . .  17
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.                                     i
  101.  
  102.       PDEL Users Guide/Reference     Copyright 1991 N. Patriquin     Page  1
  103.       ----------------------------------------------------------------------
  104.  
  105.  
  106.       What is PDELETE
  107.       ---------------
  108.  
  109.       PDELETE is an advanced Delete command to be used in DOS operating
  110.       systems.  It may be used in place of the DOS Erase and Delete
  111.       command or instead of it.  Like other Patriquin utilities, PDELETE
  112.       gives you more control of command processing and provides a much
  113.       safer way to process files.  PDELETE also provides several
  114.       features not found with the standard DOS command.
  115.  
  116.       Unlike other delete utilities, PDELETE does support DOS paths and
  117.       wildcards.  It keeps you aware of what files are being processed
  118.       and provides an emergency stop feature just in case you have
  119.       started something you feel is wrong.
  120.  
  121.       PDELETE's file selection parameters provide you with numerous
  122.       options for specifying the files to be deleted.  You may select by
  123.       directory, file, date, attribute, size, and even starting and
  124.       ending filename.
  125.       PDEL Users Guide/Reference     Copyright 1991 N. Patriquin     Page  2
  126.       ----------------------------------------------------------------------
  127.  
  128.  
  129.       Features:
  130.       ---------
  131.  
  132.         **  Advanced file selection
  133.  
  134.         **  Emergency STOP by pressing any key
  135.  
  136.         **  Delete entire directories and remove them from disk
  137.  
  138.         **  Optionally wipe file data from disk during delete to
  139.             prevent it from being recovered by unauthorized
  140.             person.
  141.  
  142.         **  Optional verify feature lets you approve each file
  143.             before it is deleted
  144.  
  145.         **  Optionally deletes HIDDEN / SYSTEM / READONLY files
  146.  
  147.         **  Delete files until specified freespace is available
  148.  
  149.         **  Advanced DOS Pattern capability.  *TEST*.*
  150.  
  151.         **  Test feature allows you to try a command before
  152.             actually deleting any files.
  153.  
  154.         **  Deletes from multiple disk drives with a single command
  155.  
  156.         **  Accepts a list of files to be deleted.
  157.  
  158.         **  Exclusion capability allows files to be protected from
  159.             deletion.
  160.  
  161.       PDEL Users Guide/Reference     Copyright 1991 N. Patriquin     Page  3
  162.       ----------------------------------------------------------------------
  163.  
  164.       Command Parameters
  165.       ------------------
  166.  
  167.       PDELETE allows several command parameter switches to be specified
  168.       to customize the process.  All these parameters are optional.
  169.       The command format and switch parameters are described below.  A
  170.       quick review of command parameters is always available by
  171.       entering the PDEL command with no parameters.
  172.  
  173.       COMMAND FORMAT:
  174.  
  175.       PDEL    filespec,filespec,filespec  [ (/ switches) ]
  176.  
  177.       filespec  Enter a DOS file specification.  Pathnames and
  178.                 standard DOS wildcard characters are allowed.
  179.  
  180.                 Multiple file specifications may be provided as shown in
  181.                 the above example.  Separate each filename pattern with
  182.                 a single comma.  For example:
  183.  
  184.                        PDEL *.BAK,*.BK!,*.TMP
  185.  
  186.                 Special pattern selection like *DISK*.* may be specified.
  187.                 *DISK*.* would select all files  that  have  the  chars
  188.                 'DISK' anywhere in the first portion of  the  filename.
  189.                 *DI*S*K*.* type specification also works.
  190.  
  191.                 As an alternative, a file containing a list of input
  192.                 files may be supplied.  Create a file containing lines
  193.                 with a filename or complete pathname on each line.
  194.                 Provide this filename as the source filename to PDEL
  195.                 and add an @ character before the name.  The list of
  196.                 files will be processed as if they were all specified on
  197.                 the input command line.  When the /S parameter is
  198.                 specified, an input filelist may only contain file
  199.                 names.  It may not contain directory names.
  200.  
  201.                 For file list processing,  PDEL understands the output
  202.                 of the DOS DIR command.   You may use the  DOS
  203.                 redirection feature to direct DIR output to a file,
  204.                 edit the file to add or remove entries, and then
  205.                 provide this to PCOPY as input.  For example:
  206.  
  207.                    DIR A: >DIRLIST
  208.                    (edit dirlist)
  209.                    PDEL @DIRLIST B:
  210.       PDEL Users Guide/Reference     Copyright 1991 N. Patriquin     Page  4
  211.       ----------------------------------------------------------------------
  212.  
  213.       /A        Archive - Selects only files that have been marked
  214.                 updated by DOS.  This flag is updated by DOS whenever
  215.                 a files is processed with an intent to change or
  216.                 create new data.
  217.  
  218.       /BA       Batch file processing.  PDEL always check to determine if the
  219.                 user has pressed a key to pause processing.  This check
  220.                 can interfere with programs that store keystrokes in the
  221.                 keyboard buffer for subsequent processing.  The /BA parameter
  222.                 sets no-windows mode and disables the key press check to leave
  223.                 stored keystrokes undisturbed.
  224.  
  225.  
  226.       /BW       Forces PDEL to use  monochrome colors even when  it detects
  227.                 color display environment.    (Black & White)
  228.  
  229.  
  230.       /C        Overrides /NC when /NC is placed in the DOS environment
  231.                 variable.  /C indicates to ask before deleting any files
  232.                 if a file pattern of *.* is specified.
  233.  
  234.  
  235.       /C2 /C3
  236.              Specify /C2 or /C3 to  display the window processing screen
  237.              in an alternative  color  scheme.   To  make  this  color
  238.              change permanent,  specify  the  parameter  in  the  DOS
  239.              environment variable.
  240.       PDEL Users Guide/Reference     Copyright 1991 N. Patriquin     Page
  241.       ----------------------------------------------------------------------
  242.  
  243.       /D:[(]xxx Date.  Select files based on the relationship between
  244.          [)]    their last update date and the date specified.  This
  245.          [=]    parameter includes a date or number of days value.
  246.                 It may also contain a modifier that reverses or
  247.                 modifies the use of the date specified.
  248.  
  249.                 When xxx contains a date the date is compared to the
  250.                 last update date of the file.  The last update date
  251.                 of the file is the date contained in