home *** CD-ROM | disk | FTP | other *** search
- SAMPLE command and resulting output | Comments about the output
-
- This command will move a file called
- MOVE TUTOR.BAS C:\PROGRAMS TUTOR.BAS from the current directory
- 1 file(s) moved of the default drive to the PROGRAMS
- directory on drive C:, if PROGRAMS is
- a directory. If TUTOR.BAS already
- exists in the PROGRAMS directory, MOVE
- will not overwrite it. If PROGRAMS is
- a file on C:\, it will not be over-
- written. The file TUTOR.BAS in the
- current directory will be deleted
- only if it is moved.
-
- MOVE *.* B: This MOVE command moves all files
- TUTOR.BAS on the default drive to the current
- NEWPROG.BAS directory of drive B:.
- BIGFILE.TXT
- 3 file(s) moved
- This command moves the file
- MOVE B:SOMEDATA.TXT NEW.TXT SOMEDATA.TXT to the file NEW.TXT in
- the current directory of the default
- 1 file(s) moved disk drive.