home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / archiver / remaddv1.arj / REMADD.DOC < prev    next >
Text File  |  1992-01-23  |  2KB  |  60 lines

  1.  
  2.                REMADD Version 1.0
  3.  
  4.          Archive Contained File Deleter for Directories
  5.                        or
  6.                         Advertising Remover
  7.  
  8. DISCLAIMER,
  9.  
  10. No warranties are expressed or implied. Vortex Systems/Stephen J. Marett
  11. will not be liable or responsible for any liabilities or loss incurred
  12. through the use or mis-use of this program.
  13.  
  14. Notes,
  15.  
  16. The PDC Prolog source code is included in this archive for REMADD, just in
  17. case you program in Prolog and want to make your own modifications. This
  18. software is freeware and is intended to make a SYSOPS life a little easier.
  19. REMADD must have command line parameters or it will exit.
  20.  
  21. To get help from REMADD just type;
  22.  
  23.     REMADD ?
  24.  
  25.  
  26. REMADD performs 3 functions. On startup, REMADD calls INFUNC.BAT. I use
  27. infunc to call stripzip *.* to get rid of the commented BBS advertising. The
  28. second functions is REMADD's primary purpose, which is to remove files that
  29. you have specified on the command line as follows;
  30.  
  31.     REMADD removename1.ext removename2.ext...removename(n).ext
  32.  
  33.             or
  34.             
  35. You may use a filelist (PCB compatible using @filename);
  36.  
  37.     REMADD @filelist.ext
  38.  
  39.  
  40. By and large using the @filelist function is easiest. Just use your ASCII
  41. editor or our SCED.EXE editor to generate a list of names. Each name should
  42. be followed by a return and can be any legal DOS filename.
  43.  
  44. The final function is contained in OUTFUNC.BAT. I use outfunc to call an
  45. archive converter to change all of my ZIP files to ARJ's. The OUTFUNC.BAT and
  46. INFUNC.BAT files are included as examples of use only. The actual use of
  47. these 2 bat files are totally up to the discretion of the user.
  48.  
  49. That's about it. If you have any comments or suggestions, I can be reached
  50. via Rose Media Toronto, DEVNET DV-Prolog Conference 879 @ (416) 733-2285, for
  51. Steve Marett or you can mail a postcard or letter to;
  52.  
  53. Steve Marett/Vortex Systems
  54. 20 Roosevelt Drive,
  55. Ajax, Ontario, Canada.
  56. L1S-2L2.
  57.  
  58. If you require a reply allow a couple of weeks for mailing, etc.
  59.  
  60.