Home   MS-DOS Home   A-Z   NS Utilities   Command Syntax

MOVE

Home >> MS-DOS Reference >> Command Categories >> File and Disk Management >> MOVE

File and Disk Management

File and Disk Management


Summary
Description
Command Syntax
Comments
Supported DOS versions: MS-DOS 6.0+
How easy to use? Very easy
How safe to use? Moderately dangerous
How common? Very common
Internal or external command? Internal

Description

Moves one or more files to a new location.

Command Syntax

 MOVE source [dest]

Comments

It's strange that Microsoft didn't see any need for a MOVE command before DOS version 6. It's quite easy to create your own version using a batchfile:

@ECHO OFF
XCOPY %1 %2 %3 %4 %5 %6 %7 %8 %9
IF NOT ERRORLEVEL 0 DEL %1

See Also

COPY
DEL
XCOPY
Home Home
MS-DOS MS-DOS Home
A - Z Index A - Z Index

Top of page
Summary
Description
Command Syntax
Comments




Top of page    Home    MS-DOS Home    NS Utilities
Copyright © 2005 Marcus Houlden  |  Copyright and Data Protection

Printed from the NukeSoft MS-DOS Reference. Copyright © 1995 - 2006 Marcus Houlden