home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / copy / examples / help.hlm < prev    next >
Encoding:
Text File  |  1989-01-01  |  768 b   |  19 lines

  1. SAMPLE command and resulting output   | Comments about the output
  2.  
  3.                     This command will copy a file called
  4.   COPY TUTOR.EXE C:\PROGRAMS        TUTOR.EXE from the current directory
  5.     1    file(s) copied            of the default drive to the PROGRAMS
  6.                     directory on drive C:. If TUTOR.EXE
  7.                     exists in the PROGRAMS directory, it
  8.                     will be overwritten.
  9.  
  10.   COPY *.* B:                This COPY command copies all files
  11. TUTOR.BAS                on the default drive to the current
  12. NEWPROG.BAS                directory of drive B:.
  13. BIGFILE.TXT
  14.         3 file(s) copied
  15.                     This command copies the file
  16.   COPY B:SOMEDATA.TXT            SOMEDATA.TXT to the current directory
  17.                     of the default disk drive, since a
  18. 1   file(s) copied            destination was not specified. 
  19.