

Thanks for the separate logging features in 7.1.18.
The initial macro log is properly recording all of the steps from called macros, even when stacked, into the log file when /LOGFILE is not used. And the logging goes to the /LOGFILE destination instead of the initial log when /LOGFILE is used.

I tried the following with no success:
MACRO>path\macro.scp /LOGFILE
MACRO>path\macro.scp /logfile
MACRO>path\macro.scp,/LOGFILE
MACRO>/LOGFILE,path\macro.scp
MACRO>/LOGFILE path\macro.scp

MACRO>path\macro.scp /LOGFILE=path\file.log
Although this does work, and provides the logging to separate files, it should be picking the log destination automatically. Right now, I must look up the defined destination of the log file by saving the current script, closing the editor, opening the properties of the called macro, copying to clipboard, closing properties, reopening the editor, and pasting in the /logfile value.
Suggested modifications:

