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: 
Not applicable

Batch file ?

Hi All,

What is Batch file ?

How to create it ?

How it can be used for Reloading an application ?

please give me explaination with screen shots...

Thanks,

Helen

1 Solution

Accepted Solutions
its_anandrjs

Hi,

Bat file is the file with set up code of line which is used to reload the Qlikview application without opening it and relload the QV application.

Basic syntax is:-

"c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\SD_Applicaition.qvw

Steps:-

1. Open notepad and write code

    "c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\SD_Applicaition.qvw

2. And then save it with the Filename.bat in any location

          Ex:- Reload.Bat

3. And by the double click on the Bat file you are able to reload the application.

4. And from the windows task scheduler you are able to triggered the bat file also

Regards

Anand

View solution in original post

1 Reply
its_anandrjs

Hi,

Bat file is the file with set up code of line which is used to reload the Qlikview application without opening it and relload the QV application.

Basic syntax is:-

"c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\SD_Applicaition.qvw

Steps:-

1. Open notepad and write code

    "c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\SD_Applicaition.qvw

2. And then save it with the Filename.bat in any location

          Ex:- Reload.Bat

3. And by the double click on the Bat file you are able to reload the application.

4. And from the windows task scheduler you are able to triggered the bat file also

Regards

Anand