How Do You Execute A Scrapebox Automator Job File Via Command Line?
V2:
The parameter is "automator:<path to the automator file>" for example scrapebox.exe "automator:C:\Users\Administrator\Desktop\ScrapeBox\1.sbaf"
You can also chain multiple jobfiles to run one after the other for example:
scrapebox.exe "automator:C:\Users\Administrator\Desktop\ScrapeBox\1.sbaf" "automator:C:\Users\Administrator\Desktop\ScrapeBox\2.sbaf"
This will run ScrapeBox and execute the first Automator jobfile, and when it’s complete run the second jobfile.
V1:
You can launch a scrapebox automator job file via command line so it will launch and start the job file instantly.
You would use a shortcut with a target that looks like this:
"C:UsersLooplineDesktopScrapeBoxscrapebox.exe" "C:UsersLooplineDesktopproxies.sbj"
Or you could go to Start > Run and enter it, or CMD Prompt and enter Start and the path. Or you could even use a jobfile step in one instance to start another instance and job with the start external exe command in automator.