I have a batch file that will be called at regular intervals. Unfortunatly Actinic is not running correct.
If I understand the help page correctly the /D /U /Q should perform a download of orders, an upload of stock and product details and then quit actinic.
All it does at the moment is open Actinic.
Any ideas why this isn't working?
Update.bat
p.s. One-Stop is not an option for this project unfortunatly.
Actinic Catalog 7.0.5
If I understand the help page correctly the /D /U /Q should perform a download of orders, an upload of stock and product details and then quit actinic.
All it does at the moment is open Actinic.
Any ideas why this isn't working?
Update.bat
Code:
cd c: cd "c:\Program Files\Actinic v7" Catalog.exe /D /U /Q exit
Actinic Catalog 7.0.5
Comment