Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

EXECUTE COMMAND SYNTAX

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..

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

execute cmd.exe /c move "C:\Users\Documents\QLIKVIEW\excel files\Manager.xlsx" "C:\Users\Downloads\"


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

execute cmd.exe /c move "C:\Users\Documents\QLIKVIEW\excel files\Manager.xlsx" "C:\Users\Downloads\"


talk is cheap, supply exceeds demand
Marc_Kaiser
Partner Ambassador
Partner Ambassador

Hi

I usually use the following syntax:

execute cmd.exe /C move "\\servername\SourceFolder\SourceSubFolder\Mager.xlsx" "\\servername\TargetFolder\TargetSubfolder\";

Marc

nilesh_gangurde
Partner - Specialist
Partner - Specialist

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>