Guys in MSched version 7.4 can the logging be set to write from a compiled exe file.
Meaning if I go into properties and set the logging option in the .scp file and then compile into an exe will the ftp session be written to the log file specified...........???
FTP logging
Moderators: JRL, Dorian (MJT support)
I don't think that works in any version. I think you need to compile your exe making sure logging is enabled in the compile parameters. Then run the exe from some manner of command line so you can add /logfile=logfilename where "logfilename" is a file name you want to write the log to.Meaning if I go into properties and set the logging option in the .scp file and then compile into an exe will the ftp session be written to the log file specified...........???
For example if you want to write your log file to a file named c:\mylogfile.txt:
At a command line you would enter
Code: Select all
C:\myexecutable.exe /logfile=C:\mylogfile.txt