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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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;