Page 1 of 1

Auto Schedule

Posted: Tue Mar 02, 2010 6:16 pm
by bep74
It's possible schedule the direct transfer?
I want to execue it every day at 9:00 pm.
If I create an windows scheduled task, the program stopped on the first window/step... Is there a way to skip the windows?

Re: Auto Schedule

Posted: Mon Mar 08, 2010 11:41 am
by Nodrog
Hi
Check out the command line syntax, I guess you need to use the autorun parameter.
Regards
Nodrog
Command Line Interface
Another powerful feature of this program is the command line interface. It enables you to run the conversion without any user interaction.

It is possible to specify a settings file from the command line.

msa2mys settings=mysettings.ini
msa2mys [SETTINGS="mysettings.ini"] [, AUTORUN] [, HIDE] [, CLEARLOG]

AUTORUN - Run without interaction.

CLEARLOG - Clear the log file. If this parameter is omitted the log file will continue to grow.

HIDE - Disables messages in case of an error. Errors are logged to the log file.

SETTINGS - Specifies a saved configuration file.

Re: Auto Schedule

Posted: Thu Jul 29, 2010 5:44 pm
by muscle_tech
hey there so if i understand i need to cdm-msa2mys then paste:settings=mysettings.ini
msa2mys [SETTINGS="mysettings.ini"] [, AUTORUN] [, HIDE] [, CLEARLOG]

thats it?do i need to do this every day?

Re: Auto Schedule

Posted: Fri Jul 30, 2010 4:22 pm
by muscle_tech
CMD does not reconize the command..