Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i am trying to find out the syntax for moving the files from one source directory to another directory.
what should be the syntx
execute cmd.exe/c mov
source directory for the file
destination direcoty is C:\Users\Downloads
How the syntax should be ..
help would be thankfull..
execute cmd.exe /c move "C:\Users\Documents\QLIKVIEW\excel files\Manager.xlsx" "C:\Users\Downloads\"
execute cmd.exe /c move "C:\Users\Documents\QLIKVIEW\excel files\Manager.xlsx" "C:\Users\Downloads\"
Hi
I usually use the following syntax:
execute cmd.exe /C move "\\servername\SourceFolder\SourceSubFolder\Mager.xlsx" "\\servername\TargetFolder\TargetSubfolder\";
Marc
Hiiii,
here is the example,use the below mentioned command:
I have moved the word file from "TEST" folder to "Test1" Folder.
F:\TEST>move F:\TEST\"Special Economic Zone.docx" F:\Test1
1 file(s) moved.
F:\TEST>