Hello,
Can we run Map Basic code in Designer? May be using Run Command tool? Please advise.
Thanks!
One other option is to make a batch file on your desktop or other file location and reference it from the Run Command tool.
Step 1.) Create new text file on desktop
Step 2.) Configure script to run your program and use any other parameters desired
Step 3.) Change file extension from .txt to .bat
Step 4.) Point your Run Command tool at this file.
Either way should work
Hi @timewaste
I'm not familiar with MapBasic, but it looks like you can execute code from the command line: https://groups.google.com/forum/#!topic/mapinfo-l/4m7cIUFJVOo
You could create a batch file that you could kick off using the run command tool which executes the MapBasic code.
@BrandonB Let me give it a shot. Thanks a ton!