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: 
shannoypaul
Creator
Creator

How to invoke a .vbs file from QV Script?

How to invoke a .vbs file from QV Script?

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Something like this?

:

EXECUTE CScript.exe YourVBSFile.vbs;

:

or

:

EXECUTE C:\Windows\System32\CScript.exe YourVBSFile.vbs;

:


Run CScript.exe on its own to get a list of options. The one to let it execute in batch mode seems particularly useful to me.

Best,

Peter