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: 
rustyfishbones
Master II
Master II

EXECUTE a Batch File in the Script, commands?

Hi All,

I have the following statement that executes a Batch file from the script editor

EXECUTE cmd.exe /C "C:\Users\Alan\QlikviewExtreme\TEST.bat"

The question I have is in regard to the /C, I am assuming this means RUN, as it does what I need it to do?

Also, is there a list of such commands to be found anywhere?

just trying to learn more, thanks

Regards

Alan

5 Replies
its_anandrjs
Champion III
Champion III

Hi,

/C means it tells cmd.exe to execute the specified command and then terminate and then next line executed.

You have to view dos commands it is dos key word.

Thanks & Regards

VishalWaghole
Specialist II
Specialist II

Hello Alan,

Open Edit Script, go to setting tab and enable option as

Can Execute External Programs.

Hope this will work.

- Regards,

Vishal Waghole

rustyfishbones
Master II
Master II
Author

Hi Anand,

I have been told that /C is specific to Qlikview?

regards

Alan

VishalWaghole
Specialist II
Specialist II

Hello Alan,

Try this your command without double inverted comma.

and please find attached image file.

- Regards,

Vishal Waghole

Not applicable

this could be a kind of list of command (in spanish):

Qlikview en Español: EXECUTE para copiar archivos y otras funciones