Come for answers, stay for best practices. All we're missing is you.
Originally posted by: vijji_WTX
Hi All,
Anybody has any idea how to generate platform specific maps using script or command utility?
we have 500 maps(.mms) which i have to generate .aix . Opening all these maps in map designer and generating will take lot of effort.
Anybody have any simple/automated process to do this.
Thanks in advance !
Originally posted by: Confused.com
Try creating a .BAT file and list your maps like so....
mcompile c:\output\MAPFILE1.mms MAPNAME1 -p AIX -o c:\output\DESTINATION NAME1.AIX
mcompile c:\output\MAPFILE2.mms MAPNAME2 -p AIX -o c:\output\DESTINATION NAME2.AIX
Thanks a lot "Confused.com" , This is more helpful to me.