Initially I thought I may be able to use MSBATCH, but it seems to me that it
can only be used for importing or exporting files? I only need to run a
macro.
Any help would be greatly appreciated
Sub Main
MbeSendCommand "DIALOG OPENFILE "
MbeSendCommand "MDL COMMAND MGDSHOOK,fileList_setFilterCmd *.dgn"
MbeSendCommand "MDL COMMAND MGDSHOOK,fileList_setDirectoryCmd c:\path
to file..."
MbeSendCommand "MDL COMMAND MGDSHOOK,fileList_setFileNameCmd
filename.dgn"
MbeSendCommand "MBE1 CLOSEMODAL OK"
MbeSendKeyin "macro newmacro"
end sub
-----------------------------------------------------------------------
Patrick A. Pirtle E-mail: p...@skilling.com
CADD Manager
Skilling Ward Magnusson Barkshire Inc. Tel:(206)292-1200
1301 Fifth Ave, #3200, Seattle WA 98101-2699 Fax: -1201
Patrick Pirtle <p...@skilling.com> wrote in message news:<oljdttgmbf4pr57te...@4ax.com>...