Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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;