Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prathapg1959
Contributor III
Contributor III

How to set relative path for Qv.exe in Batch Script (Environmental Variable)

Hi Team,

I want to reload the Qlikview application using windows Batch File. Have to set default DIR Path for Qv.exe.

I have tried with creating variable but it is not working when i add 2 directory path. It is working for one directory path.

SET QV_Exec_Path=C:\Program Files\QlikView;D:\Program Files\QlikView

"%QV_Exec_Path%\Qv.exe" /r "D:\Sample.qvw"

Please help me with some ideas.Thanks

1 Reply
Brett_Bleess
Former Employee
Former Employee

I believe you are referring to Windows Environment Variables here, run the following in Windows PowerShell, believe that is what you want:

get-help about_Environment_Variables

That will get you all the Help doc on how to set things.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.