Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
renuka_sasikumar
Creator III
Creator III

How to create Batch Files.

Hi,

I have three QVD Maker.

Stage 1 - Raw Data

Stage 2 - Logic

Stage 3 - Final App

and also I have

NPrinting to distribute mails.

I want to create a batch file for this three of them dependence on one on the other.

Kindly help me with this as its my today last day to do it live.

1 Solution

Accepted Solutions
qlikmsg4u
Specialist
Specialist

Hi,

Hope this helps

"C:\Program Files\QlikView\Qv.exe" /r "<Path>\RawData.qvw"

"C:\Program Files\QlikView\Qv.exe" /r "<Path>\Logic.qvw"

"C:\Program Files\QlikView\Qv.exe" /r "<Path>\FinalApp.qvw"

save this piece of code into text file with .bat extension and schedule it using windows scheduler.

and also change the <Path> to original path of documents.

View solution in original post

6 Replies
qlikmsg4u
Specialist
Specialist

Hi,

Hope this helps

"C:\Program Files\QlikView\Qv.exe" /r "<Path>\RawData.qvw"

"C:\Program Files\QlikView\Qv.exe" /r "<Path>\Logic.qvw"

"C:\Program Files\QlikView\Qv.exe" /r "<Path>\FinalApp.qvw"

save this piece of code into text file with .bat extension and schedule it using windows scheduler.

and also change the <Path> to original path of documents.

renuka_sasikumar
Creator III
Creator III
Author

Hi,

Thanks for your prompt reply, This is working but I also wanted to keep Nprinting as dependencies.

how do i write that in Batch File.

Thanks & Regards,

Renuka S

qlikmsg4u
Specialist
Specialist

Actually I'm not familiar with Nprinting, this may be help for you.


jagan
Partner - Champion III
Partner - Champion III

Hi Renuka,

Check this link and the Nprinting command as the last line in your batch file.

Hope it helps you.

Regards,

Jagan.

renuka_sasikumar
Creator III
Creator III
Author

Hi,

There is no link.

Can u post it again.

Thanks & Regards,

Renuka S

jagan
Partner - Champion III
Partner - Champion III

community.vizubi.com/knowledgebase/articles/261271-how-to-run-nprinting-in-command-line-mode-with-bat