Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
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"
Try like this
"H:\Program Files\QlikView\QV.exe" /r E:\Users\krish\Desktop\s1.qvw
Regards
ASHFAQ
Try this:
"H:\Program Files\QlikView\QV.exe" /r "E:\Users\krish\Desktop\s1.qvw"
write this in notepad and save it as .bat
thq u sir
thq u sir
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........
thq u sir
thq sir
Hi,
If this answers, then close this thread by selecting appropriate answers.
Regards
ASHFAQ