Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Shivam_Sahu
Contributor III
Contributor III

Run a qvw file with batch script.(with relative path)

Hi All,

I want to run a qvw file with  batch script but the problem here is I want to run it by giving relative path.

"C:\Program Files\QlikView\Qv.exe" /r "..\..\Application\XYZ.qvw"

 

This is not working!!

Can someone share their ideas on it.

 

2 Replies
marcus_sommer

Why not just building a fullpath maybe by reading the own batch-path and then picking the needed path-parts with some string-functions, for example:

set "AKTPFAD=%~f0"
echo AKTPFAD
pause

DtTipsStringManipulation

- Marcus

 

LVillage
Partner - Contributor II
Partner - Contributor II

From which directory do you run this command?
Please check the current directory at the command prompt before executing.