Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
1. Can two applications be reloaded parallely throught single batch file ???
2. Two batchs files can be run one after another in third batch file??
1. > Yes you can but two applications must be different use following command in abc.bat
"C:\Program Files\QlikView\qv.exe" /l /noSecurity "D:\Qlikview Applications\Email_Distribution1.qvw"
"C:\Program Files\QlikView\qv.exe" /l /noSecurity "D:\Qlikview Applications\Email_Distribution2.qvw"
2.> Yes possible.
Vikas