home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DELLIST.ZIP / DELLIST.DOC < prev    next >
Text File  |  1993-09-30  |  5KB  |  80 lines

  1.                                   DELLIST.COM 
  2.                         
  3.        DELLIST.COM  is  a FREEWARE  program provided for all  MS-DOS  or
  4.        4DOS users. I personally use and prefer 4DOS.COM over COMMAND.COM
  5.        hands down. This program is provided by Ed Parry and Mike Barrows
  6.        to the BBS community at large. 
  7.                                 
  8.        PURPOSE: To  delete  files that  are  contained  in a  text  file
  9.        containing the names of the files. 
  10.                             
  11.        I  got  the  idea  for  this  program after downloading  programs
  12.        from BBSs and installing them into a temporary directory. Many of
  13.        these programs required you put them into a directory on the path
  14.        statement. But, I could not remember all the filenames associated
  15.        with the programs. Consequently I had numerous extra  files on my
  16.        hard disk which I did not know about and could not associate with
  17.        any program.  If  I  liked the  programs,  I  would keep them and
  18.        register  them. But if I did not, then, I would try  to  remember
  19.        their names and delete them  one  by one. This utility along with
  20.        some aliases  for 4DOS  makes life much  easier in  this  regard.
  21.        Sysops may want  to use this  program  to delete  temporary files
  22.        that have fixed  names that are created during events. This  will
  23.        help in that regard. 
  24.                                           
  25.        The  program  has limited  error  checking  in that  it  will not
  26.        check to see if your listing file is available -- if it is not it
  27.        will just  exit with no warning but  giving you the syntax. If it
  28.        finds a filename but no file it will print this to the screen  as
  29.        "FILENAME not found." and will continue processing.  If a file is
  30.        READ-ONLY it will print this to the screen as well. The files may
  31.        exist  on  any drive in any directory  and the  number is limited
  32.        only by the  length of the listing file. Full qualified pathnames
  33.        must be given, though. 
  34.                                         
  35.        If you are  using 4DOS add  these  aliases  to  your  alias file:
  36.                                                                
  37.        dfs=dir/b/e/oe  <--- Gives listing of filenames only
  38.        delist=dfs %%1 >> temp.$α$ ^ red %%1 %%2   <--- Puts filenames in
  39.                                                        listing file  and
  40.                                                        then   puts   the
  41.                                                        files  into   the
  42.                                                        directory     you
  43.                                                        specify.
  44.                                                                
  45.        I use "temp.$α$" because I know of no extension like this for any
  46.        other program.  Use whatever listing name strikes your fancy. But
  47.        it must be a DOS ASCII file. 
  48.                                   
  49.        Now,   if   you  like  the   programs,  then  just   delete   the
  50.        temporary file. If you don't like the programs, just type: 
  51.     
  52.                                 DELLIST filename 
  53.                      
  54.        and the files  specified in the file  listing will be deleted one
  55.        by one. DELLIST will declare what filenames are being deleted and
  56.        the  total  number of files deleted.  Before invoking the program
  57.        you can edit  the listing  with your favorite ASCII editor.  This
  58.        must be done by users of COMMAND.COM. 
  59.                          
  60.        Typing DELLIST by itself on the command line will give the proper
  61.        syntax to use. Nothing else could be easier. 
  62.                   
  63.        By the way, RED.COM  is  a small program  by PC  Magazine and  is
  64.        copyright by  ZIFF-DAVIS  PUBLISHING. If you don't  have  RED.COM
  65.        then use  4DOS's  internal  MOVE  command  to accomplish the same
  66.        thing. Or in the alternative, call Ed's BBS at (818) 891-9350 and
  67.        download MOVE12.ZIP which accomplishes the same thing as RED.COM.
  68.        
  69.                                                                
  70.        Have fun with this little gem.  Drop a  note  on Ed's BBS  if you
  71.        want any further enhancements  to  the  program. I am sure we can
  72.        accomodate them.
  73.  
  74.        By  the  way,  we  are  not  responsible for  any loss  of data or
  75.        damages to your data that may occur from your use of this program.
  76.        CAVEAT EMPTOR -- Let the buyer beware!
  77.                                               
  78.        Ed Parry/Mike Barrows. 
  79.                                         
  80.