I was trying to run a series of command line projects from a bat file. The problem is, instead of running them sequentially one after another (which is what I would like to do), Offline Explorer seems to try and run them all concurrently.
Here is what I am doing, an example of two of the lines from the bat file:
"C:\Program Files (x86)\Offline Explorer Pro\oe.exe" "/new=url=http://www.cnn.com,template=WebTemp,folder=C:\download,run=true,/Channels=30,/DownloadsDelay=1,/TimeOut=10"
"C:\Program Files (x86)\Offline Explorer Pro\oe.exe" "/new=url=http://www.espn.com,template=WebTemp,folder=C:\download,run=true,/Channels=30,/DownloadsDelay=1,/TimeOut=10"
Should I add the /CloseNoCountdown? It seems that all that does is close OEPro once any one of the projects is completed.
Should I not create a new project for each one?
Any help would be greatly appreciated!
Best regards,
Oleg Chernavin
MP Staff
"C:\Program Files (x86)\Offline Explorer Pro\oe.exe" "/new=url=http://www.espn.com,template=MedWeb,folder=C:\download,run=true,/Channels=30,/DownloadsDelay=1,/TimeOut=10,/CloseNoCountdown"
"C:\Program Files (x86)\Offline Explorer Pro\oe.exe" "/new=url=http://www.cnn.com,template=MedWeb,folder=C:\download,run=true,/Channels=30,/DownloadsDelay=1,/TimeOut=10,/CloseNoCountdown"
I also tried putting "/CloseNoCountdown" before the "/new" and also right after the "run=true" to no avail. Is it a template issue or perhaps I need to put the "/CloseNoCountdown" elsewhere?
"C:\Program Files (x86)\Offline Explorer Pro\oe.exe" "/new=url=http://www.espn.com,template=MedWeb,folder=C:\download,run=true" /Channels=30 /DownloadsDelay=1 /TimeOut=10 /CloseNoCountdown
Oleg.