* * Title: Run a Compiler Macro * * As written here, this macro will run the Turbo Pascal compiler (TPC) on the * current file, and bring the resulting error messages into a window below * the current one. Edit where it says "TPC /Q >ERRS.LST " to invoke whichever * language compiler you most often use. * ^f9 MacroBegin OneWindow UnmarkBlock DropAnchor EditFile 'ERRS.LST' Return KillFile Quit GotoBlockBeg UnmarkBlock Dos 'TPC /Q >ERRS.LST ' CurrentFilename Return Return HorizontalWindow EditFile Return PrevWindow