I'm using Windows 7 64-Bit with PSPad 4.5.7. I am setting up the compiler settings for use with the Motorola 68HC11 compiler called AS11. In order to create a LOG file when assembling programs from the command line (NOT under PSPad) I use this command:
program.asm -l > program.lst I have to use the redirection operator because otherwise the log file appears on the screen. I have set up PSPad to assemble the file and it works fine using this command: %Name%%Ext% -l > %Name%.LST In this case, the redirection operator is ignored. I am able to capture the log file using "Capture Program Output Window," but that just places the output into the log area at the bottom of the PSPad screen. I'm aware that I can scroll through this, but it takes time. Worst of all is that this slows down the assembly process because all of the output has to be be displayed as the program assembles. Also, then there doesn't appear to be a way to save the log from the log window. Is there a way to use the redirection operator like I normally would on the command line? Thanks. -- <http://forum.pspad.com/read.php?2,61449,61449> PSPad freeware editor http://www.pspad.com
