I am using MS Pro 8.0.1
The help utility, within "Command Line Options" states:
"It is not necessary to specify a log file if running a macro using only the macro name for a macro that already has logging enabled. In this case the log file settings for that macro will be used. "
However, I have been unable to produce log files when calling a logging enabled script like this from a batch file;
"C:\Program Files\MJT Net Ltd\Macro Scheduler\msched.exe" U:\macros\ARCHTRACKG.scp
I like to log all scripts in production, but I have been unable to do it this way.
When I am developing scripts and run them from MS, they produce logs as expected.
Log File
Moderators: Dorian (MJT support), JRL
- tony_smith
- Pro Scripter
- Posts: 70
- Joined: Wed May 14, 2003 8:25 pm
- Location: Vancouver BC Canada
I agree, the help for "command line" would lead you to believe the logfile will be created simply by running from a DOS command line or through a batch file. I tried everything I could think of and the only ways I found that generate a logfile are to run from Macro Scheduler, or to add /LOGFILE=[path][filename] to the end of the batch file line.
Later,
Dick
Later,
Dick