home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / qdel.zip / QDEL.DOC < prev   
Text File  |  1986-04-26  |  1KB  |  46 lines

  1.  
  2.                                QDEL.COM
  3.  
  4.                   Selectively delete files from a disk.
  5.  
  6.               Allow you to specify a disk drive and a file
  7.               name containing wild cards charactors to
  8.               select any particular group of files for
  9.               possible deletion.
  10.  
  11.               QDEL.COM displays each file name that matches
  12.               your specification. You press either the Y key
  13.               to delete it or any other key to skip it.
  14.  
  15.               If you don't specify any file name when you
  16.               run QDEL.COM the program presents all files in
  17.               the current directory. You can stop the
  18.               process at any time by pressing
  19.  
  20.                       <Ctrl-C> or <Ctrl-Brk>
  21.  
  22.               A>qdel    (display all files in current drive)
  23.               B>qdel *.doc
  24.               C>qdel anyname.???
  25.               C>qdel a:whatever.ext
  26.  
  27.               ------------------------------------------------
  28.  
  29.                   From PC-WORLD   Nov 1985   page 375
  30.                   Thanks to Mr. Clifford Vander Yacht
  31.                            Jackson, Michigan.
  32.  
  33.               ------------------------------------------------
  34.  
  35.               Compiled and tested using the X-MAKER program
  36.               from PC-WORLD to make com files.
  37.                                      Wayne Evans
  38.                                      Hammond,Mn.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.