home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / bringit.arj / BRINGIT.DOC < prev    next >
Encoding:
Text File  |  1991-04-26  |  10.2 KB  |  203 lines

  1.       ╔═══════════════════════════╗
  2.       ║                           ║╗         ╔═══════════════╗
  3.       ║   Copy It Over Here !     ║║         ║               ║═╗
  4.       ║                           ║║         ║ From the mind ║ ║
  5.       ║                           ║║         ║      of       ║ ║
  6.       ║ a simplified copy program ║║═════════║               ║ ║
  7.       ║  to replace the horrible  ║║         ║  DAVID SMITH  ║ ║
  8.       ║       DOS command.        ║║         ║               ║ ║
  9.       ║                           ║║         ╚═╦═════════════╝ ║
  10.       ╚═╦═════════════════════════╝║           ║ I.D.F Company ║
  11.         ╚══════════════════════════╝           ╚═══════════════╝
  12.  
  13.   Instead of typing:
  14. copy \DOS\UTILITIES\FILES\BACKUPS\MONTHS\myfile \LOTUS\WEEK1\FILES\1991\
  15.  
  16. just enter: ┌──────────────┐
  17.             │ BRING myfile │
  18.             └──────────────┘
  19.  
  20. and my program does all the work.  It searches all disk drives, all
  21. directories.  Finds the file, then brings a copy to your current directory.
  22.  
  23. If you love typing, stick with DOS's "copy".  But for everyone else, this
  24. is the answer you've been looking for.
  25.  
  26. No, don't look for anything like this on Bulletin Boards.  It's one-of-a-kind.
  27. I guarantee once you try this out, you'll never type "copy ..." again !
  28.  
  29.  
  30.           Usage:   BRING [filename] [a]
  31.  
  32.   So to copy a "lifestory.txt" from one directory to another on your hard
  33. disk, type:
  34.             BRING lifestory.txt
  35.  
  36.   Or if the file is on your A: drive, and you want a copy on your hard drive,
  37. type:
  38.             BRING lifestory.txt a
  39.  
  40.              █▀                                                   ▀█
  41.              █  the "a" option causes it to search ALL disk drives █
  42.              █▄ on your computer (from A to Z) for the file.      ▄█
  43.  
  44.  ╔══════════════════════════════════════════════════════════════════╗
  45.  ║                                                                  ║
  46.  ║  RULES FOR OPERATION                                             ║
  47.  ║                                                                  ║
  48.  ║ 1. This program was designed to copy files from ANYWHERE         ║
  49.  ║    to your hard disk (C:, D:, etc..)  It will not copy           ║
  50.  ║    a file from C:, D:, .. to a floppy disk.                      ║
  51.  ║                                                                  ║
  52.  ║ 2. The two .PCX files included are for the help and              ║
  53.  ║    introductory graphic screens.  They are ANSI based,           ║
  54.  ║    and ansi.sys must be installed to use them.  If,              ║
  55.  ║    however, you don't want these, use the no-frills version      ║
  56.  ║    of BRINGS.EXE (which stands for bring (simple). And           ║
  57.  ║    the little chirp you hear is in the memory of my cute         ║
  58.  ║    little parakeet "Whistle" that died in the mouth of my        ║
  59.  ║    (now homeless) cat.                                           ║
  60.  ║                                                                  ║
  61.  ║ 3. When using the "a" option, some computers insist upon         ║
  62.  ║    having a disk in the drive.  So be prepared with a couple     ║
  63.  ║    of junk disks, just in case you have to stuff one in.         ║
  64.  ║                                                                  ║
  65.  ║ 4. The first instance of your file is copied.  So if there       ║
  66.  ║    are three or four versions of your file scattering your       ║
  67.  ║    disks, you might check to see if you received the correct     ║
  68.  ║    one.                                                          ║
  69.  ║    I created the program assuming you want a file, and don't want║
  70.  ║    to type the darn pathname everytime.  Version 2.0 will have   ║
  71.  ║    options displaying the date and size of the file found, then  ║
  72.  ║    will prompt "Copy this one?".                                 ║
  73.  ║    For this update, see registration information at end of this  ║
  74.  ║    file.                                                         ║
  75.  ║                                                                  ║
  76.  ╚══════════════════════════════════════════════════════════════════╝
  77.  
  78.  
  79.    a simpler version ????   BRINGS.EXE   No frills, no messages, no BS !
  80.    If you hate the fancy artwork I spent so many hours on, then fine,
  81.    be that way, just use the whistler version.
  82.  
  83.  ▐▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▌
  84.  ▐                                                                           ▌
  85.  ▐                 Why is this a revolution in copying?                      ▌
  86.  ▐                                                                           ▌
  87.  ▐ Every copy utility I have used or purchased do the same thing.  Add on    ▌
  88.  ▐ a mouse feature maybe, a system file copying, or specialized diskette     ▌
  89.  ▐ copying...                                                                ▌
  90.  ▐ I didn't need those, and you probably don't either.  I need something     ▌
  91.  ▐ for my tired hands and eyes, something that relieves all the unnecessary  ▌
  92.  ▐ junk given to me by MS-DOS.                                               ▌
  93.  ▐   Yea, DOS makes a nice little TSR copy, but I knew there was a better    ▌
  94.  ▐ and easier way.                                                           ▌
  95.  ▐                                                                           ▌
  96.  ▐   "But Dave", you say, "All you did was take off the pathname from DOS's  ▌
  97.  ▐   copy function".                                                         ▌
  98.  ▐                                                                           ▌
  99.  ▐ WRONG !!  Not only did I relieve you of the pathname, now, you don't even ▌
  100.  ▐ have to know where the heck you ARE on your disk.                         ▌
  101.  ▐                                                                           ▌
  102.  ▐ ALSO:  When using DOS's "copy", you can mess up the spelling of your      ▌
  103.  ▐        directory and copy your file into some weird-named file.  Then,    ▌
  104.  ▐        you lose your data.                                                ▌
  105.  ▐    Say you copy a couple of files: copy "c:\dos\backup\*.* \week1\moden"  ▌
  106.  ▐                                                                           ▌
  107.  ▐      You see how I misspelled "MODEM" and made "MODEN"?  Most people      ▌
  108.  ▐     would've missed the mistake and all the files from your backup        ▌
  109.  ▐     directory would be jumbled and lost.                                  ▌
  110.  ▐            ESPECIALLY IF YOU ERASED THE ORIGINAL FILES !!!                ▌
  111.  ▐                                                                           ▌
  112.  ▐                My program doesn't make that mistake.                      ▌
  113.  ▐                                                                           ▌
  114.  ▐             Yes, this is the true revolution of copying ...               ▌
  115.  ▐                                                                           ▌
  116.  ▐███████████████████████████████████████████████████████████████████████████▌
  117.  
  118.  
  119.  
  120.      This program is shareware, which means you "try" before you "buy".
  121.   The registration fee for it is $5.00, an amount I consider to be more
  122.   than fair.
  123.      If you find yourself using this program, enjoying the convenience
  124.   of it, then it's time to register !
  125.  
  126.   WHY SHOULD YOU REGISTER ?
  127.  
  128.     You get free upgrades, a constant supply of new program information
  129.   (if I make it, you'll know about it), and for only $5.00 more, I will
  130.   fill up a diskette with any programs you like, and want to try out.
  131.  
  132.     Also, a lifetime warranty for my products.  If it doesn't work
  133.   on your computer, or you want a customized version for your system,
  134.   I'll make it for you, FREE !
  135.  
  136.     What a deal, huh?
  137.  
  138.            To register: mail $5.00 to
  139.  
  140.                            Dave Smith
  141.                            1104 Mason Dr.
  142.                            Hurst TX 76053
  143.  
  144.  ─────────────────────────────────────────────────────────────────────
  145.   ******** What's New For CopyitOverHere version 2.0  ?? *******
  146.  ┌────────────────────────────────────────────────────────────────────┐
  147.  │                                                                    │
  148.  │ Copy It Over Here {version 2.0} holds much more !                  │
  149.  │                                                                    │
  150.  │1. Copy files before / after a certain date.                        │
  151.  │2. Include or exclude hidden/system files.                          │
  152.  │3. Prompt you for each file to be brought over.                     │
  153.  │4. Copy all files you specify except ....                           │
  154.  │5. Reset date of file once copied.                                  │
  155.  │6. Copy it over here, and merge it with another file.               │
  156.  │                                                                    │
  157.  │   and other options !                                              │
  158.  │                                                                    │
  159.  │      ┌─────────────────────────────┐                               │
  160.  │      │ Registration entitles you to│                               │
  161.  │      │   this new version, free !  │                               │
  162.  │      └─────────────────────────────┘                               │
  163.  │                                                                    │
  164.  └────────────────────────────────────────────────────────────────────┘
  165.  
  166.  
  167.  
  168. ────────────────────────────────────────────────────────────────────────
  169.  
  170.   Other than that, COPY IT OVER HERE ! is a simple program.  Designed
  171. for lazy people like myself, I hope it comes in handy for all your
  172. file needs.
  173.  
  174. For moving a file, try "Move It Over Here !"
  175.  
  176.  
  177.                             Questions, comments ?
  178.                                  write me:    Dave Smith
  179.                                            Compuserve 71441,2723
  180.  
  181.  
  182.  
  183.  from the mind of
  184.   ┌────────────┐
  185.   │            │┐
  186.   │ DAVE SMITH ││┐
  187.   │            │││
  188.   │            │││┐
  189.   └──┬─────────┘│││
  190.      └─┬────────┘││┐
  191.        └──┬──────┘││
  192.           └─┬─────┘│┐
  193.             └─┬────┘│┐
  194.               └──┬──┘│┐
  195.                  └─┬─┘│
  196.                    └─┬┘┐
  197.                      └─┘
  198.                        *
  199.                         █
  200.                        ████
  201. ██████████████████████████████████████████████████████████
  202.  shareware copyright i.d.f. company fort worth texas 1991
  203.