home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DISK_UTL / MACOPY1.ZIP / MACOPY.DOC < prev    next >
Text File  |  1992-03-02  |  2KB  |  48 lines

  1.                        MACOPY for DOS Version 1.0
  2.                         Written by John McNamara
  3.                             MÄC's Place BBS
  4.                             (919) 891-1111
  5.                            Dual Standard HST
  6.                          Home of the C programmer
  7.                               7000+ Files 
  8.                       Specializing in UNIX and DOS
  9.  
  10. If your a "C" programmer for either UNIX or DOS and haven't visited
  11. MÄC's Place BBS, you are missing something special.  Give us a call !!
  12.  
  13. This program is released as FREEWARE.  Which means its free to distribute,
  14. to anyone you want.  However it is copyrighted and can not be changed,
  15. modified, renamed, dissasembled or in anyway reverse-engineered. 
  16.  
  17. PURRPOSE:   Search all drives and directories for a file(s) and copy
  18.             it over to a different location.
  19.  
  20.  
  21. I have a very large BBS, many files all over the place.  Nothing
  22. annoyed me more than having to locate files from my HDs and copy them
  23. onto floppies.  I found myself doing,  "whereis thisfile" or "whereis 
  24. thatfile" and then copying that file over to a floppy or another directory.
  25. First of all my whereis program only worked on the current drive.  So 
  26. I wrote MACWHERE (Searches all drives).  Now I'm thinking that if I'm
  27. searching all drives and directories to begin with, why not throw
  28. a small program together to search for a file(s) on every drive and/or
  29. directory and copy it where I want to.  Thus the birth of this small
  30. program MACOPY.  Know you have a file somewhere ??  want to put it on 
  31. drive A: ? do it in one step.
  32.  
  33. USAGE:      MACOPY <file(s)>  <Target Dir>
  34.  
  35. <file(s)> = any valid DOS filename, including all wildcard combinations
  36.             NO PATHS JUST FILES !!   i.e.  *.* or *.zip or mac*.?ip
  37.  
  38. <Target Dir> = Any valid, formatted, existing dos path.  Must include
  39.                drive identifier i.e.    a: or d:\mac
  40.                NO FILE NAMES
  41.  
  42.            Fully Network compatible, Lantastic, Novell, 3Comm  etc
  43.  
  44. MACOPY.EXE  
  45. Copyright (c) 1992 John W. McNamara
  46. All Rights Reserved
  47.  
  48.