SoFunction
Updated on 2025-04-08

move command format and usage

move [y/-y] filename1 filename2

Move file 1 to file 2

For example: move c:\dos\*.* c:\cced

Move all files in the dos subdirectory to the cced subdirectory

Will the /y|-y parameter appear when the target directory does not exist and needs to be created?

You can use this command to modify the subdirectory name, such as move dos cced

Change the dos directory name to cced