home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / move / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  24 lines

  1. SAMPLE command and resulting output   | Comments about the output
  2.  
  3.                     This command will move a file called
  4.   MOVE TUTOR.BAS C:\PROGRAMS        TUTOR.BAS from the current directory
  5.     1    file(s) moved            of the default drive to the PROGRAMS
  6.                     directory on drive C:, if PROGRAMS is
  7.                     a directory. If TUTOR.BAS already 
  8.                     exists in the PROGRAMS directory, MOVE
  9.                     will not overwrite it. If PROGRAMS is 
  10.                     a file on C:\, it will not be over-
  11.                     written. The file TUTOR.BAS in the 
  12.                     current directory will be deleted 
  13.                     only if it is moved.
  14.  
  15.   MOVE *.* B:                This MOVE command moves all files
  16. TUTOR.BAS                on the default drive to the current
  17. NEWPROG.BAS                directory of drive B:.
  18. BIGFILE.TXT
  19.         3 file(s) moved
  20.                     This command moves the file
  21.   MOVE B:SOMEDATA.TXT NEW.TXT        SOMEDATA.TXT to the file NEW.TXT in
  22.                     the current directory of the default
  23. 1   file(s) moved            disk drive.
  24.