move
Updated: January 21, 2005
Syntax
Parameters
Remarks
- 
				Using the /y command-line optionThe /y command-line option might be preset in the COPYCMD environment variable. You can override this with /-y on the command line. The default is to prompt on overwrites unless the copy command is being executed from within a batch script. 
- Moving encrypted files
				Moving encrypted files to a volume that does not support Encrypting File System (EFS) results in an error. Decrypt the files first or move the files to a volume that does support EFS. 
Examples
move \data\*.xls \second_q\reports\
Formatting legend
| Format | Meaning | 
| Italic | Information that the user must supply | 
| Bold | Elements that the user must type exactly as shown | 
| Ellipsis (...) | Parameter that can be repeated several times in a command line | 
| Between brackets ([]) | Optional items | 
| Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one | 
| Courier font | Code or program output | 
