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

Scripting

Hi All,

Is it possible to call a shell script through QV script?

Thanks,

Asma

1 Reply
sagarkharpude
Creator III
Creator III

Use the EXECUTE keyword in the script followed by a command to be executed in a shell.

Execute cmd.exe /C C:\BatFiles\MyShellScript.bat;