On Mon, 15 Nov 2004, Colin Henderson wrote: > I was wondering if anybody knew how to compile a mapbasic program > without going through the mapbasic editor. I am aware that you can use > mapbasic from a command line using either a -D or -L switch but this > fires up the editor, compiles then closes. What I would like to do > would be to invoke mapbasic compile without the editor appearing. Is > anyone aware of how to do this?
I use a DOS batch file called from UltraEdit that has a line like this in it: start/wait "c:\Program Files\MAPINFO\MapBasic\MAPBASIC.EXE" -NOSPLASH -D %1.mb where %1.mb is replaced by the mapbasic file. - Bill Thoen --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 14031
