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

how to create a batch file in qlikview?

hi friend's this  is subbu i tried create a batch file but  it is not create

i given in notepad  "H:\Program Files\QlikView\QV.exe"/r"E:\Users\krish\Desktop\s1.qvw"   my system path is= H:\Program Files\QlikView\QV.exe"

and  qvw application path is= "E:\Users\krish\Desktop\s1.qvw" it is not working  so please tell me any one  this is correct or not.


"H:\Program Files\QlikView\QV.exe"/r"E:\Users\krish\Desktop\s1.qvw" 

10 Replies
simondachstr
Luminary Alumni
Luminary Alumni

are you trying to execute it via the script or in the notepad?

Try:

/C "H:\Program Files\QlikView\QV.exe" /r "E:\Users\krish\Desktop\s1.qvw"

ashfaq_haseeb
Champion III
Champion III

Try like this

"H:\Program Files\QlikView\QV.exe" /r E:\Users\krish\Desktop\s1.qvw

Regards

ASHFAQ

svsudhakar
Creator
Creator

Try this:

"H:\Program Files\QlikView\QV.exe" /r "E:\Users\krish\Desktop\s1.qvw" 

write this in notepad and save it as  .bat

Not applicable
Author

thq u sir

Not applicable
Author

thq u sir

Anonymous
Not applicable
Author

Try like this

 

"C:\Program Files\QlikView\QV.exe" /r "D:\Users\Username\Desktop\TestApplication.qvw" 

 

write this in notepad and save it as "filename.bat"

Where .bat is the extension........

Not applicable
Author

thq u sir

Not applicable
Author

thq sir

ashfaq_haseeb
Champion III
Champion III

Hi,

If this answers, then close this thread by selecting appropriate answers.

Regards

ASHFAQ