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

start batch file

Hi,

is it possible to start a Batchfile (*.bat) from QV with script or makro?

Thanks & Best Regards

rl

1 Solution

Accepted Solutions
sparur
Specialist II
Specialist II

of course.

you can use an Action. Action Type 'External', Action 'Launch'

View solution in original post

4 Replies
sparur
Specialist II
Specialist II

of course.

you can use an Action. Action Type 'External', Action 'Launch'

brenner_martina
Partner - Specialist II
Partner - Specialist II

... or in the script, look in the helpfile!

EXECUTE C:\Programme\MSOffice95\Excel\Excel.exe;

EXECUTE winword makro.doc;

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

Not applicable
Author


Martina wrote:look in the helpfile!


yes,

I looked and looked ...

the error was a little blank in the path...

thanks

rl

Not applicable
Author

hello,i 've tried this in my script and it isn`t working. can anybody tell me why not?

EXECUTE C:\Users\erwin\Downloads\vlc-1.1.0-win32;

and have another question:

can i start a excelfile from a macro and if how can i do that with vbscript

greetings

erwin