hello all,
I have created a custom tool bar which im hoping to run a print macro
that i have created. the macro prints out 4 copies of my selected cad
drawings. i need to know how to run the .bas files in the keyin part of
the toolbar.
so far ive got mdl silentload MACRODLG ( this runs the macro
directory screen) i now need to run the print.bas file. Im i able to
bypass that command and try running the program from the hard drive e.g
mdl silentload C:\Program
Files\Bentley\Workspace\standards\macros\print_chris.ba ( doing this
doesnt seem to work)
Any ideas??