Tapahtumat
29. huhtik. klo 14 - 30. huhtik. klo 19
Liity viimeisiin Windows Server -virtuaalitapahtumiin 29.–30. huhtikuuta, niin saat syvälliset tekniset istunnot ja reaaliaikaisen Q&A:n Microsoftin teknikoiden kanssa.
Rekisteröidy nytTätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
Moves one or more files from one directory to another directory.
Tärkeä
Moving encrypted files to a volume that doesn't support Encrypting File System (EFS) results will result in an error. You must first decrypt the files or move them to a volume that supports EFS.
move [{/y|-y}] [<source>] [<target>]
Parameter | Description |
---|---|
/y | Stops prompting for confirmation that you want to overwrite an existing destination file. This parameter might be preset in the COPYCMD environment variable. You can override this preset by using the -y parameter. The default is to prompt before overwriting files, unless the command is run from within a batch script. |
-y | Starts prompting for confirmation that you want to overwrite an existing destination file. |
<source> |
Specifies the path and name of the file(s) to move. To move or rename a directory, the source should be the current directory path and name. |
<target> |
Specifies the path and name to move files to. To move or rename a directory, the target should be the desired directory path and name. |
/? | Displays help at the command prompt. |
To move all files with the .xls extension from the \Data directory to the \Second_Q\Reports directory, type:
move \data\*.xls \second_q\reports\
Tapahtumat
29. huhtik. klo 14 - 30. huhtik. klo 19
Liity viimeisiin Windows Server -virtuaalitapahtumiin 29.–30. huhtikuuta, niin saat syvälliset tekniset istunnot ja reaaliaikaisen Q&A:n Microsoftin teknikoiden kanssa.
Rekisteröidy nyt