home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 82 / odm82.zip / MCOPYHLP.TXT < prev    next >
Text File  |  1993-06-21  |  3KB  |  75 lines

  1.  
  2. ^C^IMASTERCOPY
  3. ^C^ILets you master the copy function!
  4.  
  5.  
  6. ^C^1INTRODUCTION
  7.  
  8.       MasterCopy was designed to simplify copying large groups of
  9. files to floppy disk. Unlike the DOS "COPY" command, MasterCopy
  10. fits files onto a disk until the disk is full and then prompts
  11. you for another disk until all the files are copied. You never
  12. get a "Disk full" message! You don't have to try to figure out
  13. which files will fit on which disk or try to keep track of which
  14. files you've copied and which you haven't. MasterCopy works so
  15. well and so efficiently, that once you start using it, it will
  16. become one of the most valuable utilities in your software
  17. library.
  18.  
  19.  
  20. ^C^1INSTALLING AND USING MASTERCOPY
  21.  
  22. STEP 1 - Copy MasterCopy into one of the subdirectories in your
  23.      computer's "path." If you don't know which subdirectories
  24.      are in your path, you may find out as follows. Type "PATH"
  25.      then press Enter at the DOS prompt, and DOS will display
  26.      your "path." Copy MasterCopy into one of the displayed
  27.      subdirectories.
  28.  
  29. STEP 2 - You may now invoke or use MasterCopy from any drive or
  30.      subdirectory just as you use DOS's "COPY" command except
  31.      that you will type "MCOPY" instead of "COPY". MasterCopy
  32.      supports DOS's wildcard (*.*) and character match
  33.      (CHAP0?.TXT) features. And, you may use the "." (current
  34.      directory) and ".." (parent directory) notation in
  35.      MasterCopy. For example, you might type "MCOPY ..\*.TXT A:"
  36.      to copy all the text files in the parent directory to your
  37.      A: drive.
  38.  
  39.      A DOS command line utility, MasterCopy is not designed to be
  40.      used in Windows or from inside any DOS menu or shell. If the
  41.      idea of MasterCopy intrigues you, but you aren't familiar
  42.      with DOS's COPY command, study your MS-DOS manual. You'll
  43.      find a section on "Copying Files" in "Working with MS-DOS"
  44.      listed in the contents. You'll also find the "Copy command"
  45.      and "Copying" in the manual's index.
  46.  
  47.      Several command line switches are available to MasterCopy
  48.      users. Some are informational in nature and others affect
  49.      the copy process. See "Command Line Switches" below for a
  50.      complete listing. If you aren't a pro at issuing commands
  51.      from the DOS prompt (C:/), don't worry. That's also covered
  52.      in your DOS manual.
  53.  
  54.  
  55. ^C^1COMMAND LINE SWITCHES
  56.  
  57. Usage:  MCOPY <[path]sourcefile> [destination] [switches]
  58. Example:  MCOPY \ODM\*.* B: /OVERWRITE /NOEMS
  59.  
  60. ^CAt the DOS prompt, type:
  61. MCOPY /?..........to view a list of these switches.
  62. MCOPY /VER........to view the program version number & credits.
  63.  
  64. ^CWhen using MasterCopy to move files, type
  65. ^CMCOPY <as described above> followed by a space, plus:
  66. /ASK.............to tell the computer to always prompt you for an
  67.                  answer when overwriting files. (The default
  68.                  setting will only ask if you are replacing a
  69.                  newer file.)
  70. /C...............to suppress the copy messages.
  71. /NODISP..........to suppress all read/copy messages.
  72. /NOEMS...........to suppress the use of expanded memory (EMS).
  73. /OVERWRITE.......to force an overwrite of files.
  74. /R...............to suppress the read messages.
  75.