Command Line Help Please
#1
I am having trouble getting the command line functions to work. I am able to get EMM to load using the following code...

Code:
set scraper=C:\Users\User1\Downloads\Ember_1.3.0.13\Ember_1.3.0.13\
"%scraper%Ember Media Manager.exe"

But it fails when I try to scrape new additions using this code...

Code:
set scraper=C:\Users\User1\Downloads\Ember_1.3.0.13\Ember_1.3.0.13\
"%scraper%Ember Media Manager.exe" TIMEOUT /T 10 -newauto -all

This worked in previous versions but I had to add the timeout to allow the program some time to load. The problem I am having now is that EMM will load but when I add the -newauto and the -all commands to the end it will no longer work. I attempted to remove the timeout, then I tried extending it, but with no luck. Are the command line functions the same as previous versions? I wasn't able to find much regarding the command line functions period so I thought maybe I could get some new input. Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Command Line Help Please0