Hi all,
I am looking for some info and maybe an example of use of  the GS script
command LOADINI.   

I was hoping to include some script parameters into a script via an ini file
that was created by during a WINEXEC but this does not seem to work.

ie my script could look along the lines of...
/----------------------------
SETINI         WINEXEC.COMMAND="perl"
SETINI         WINEXEC.ARGS="make_con.pl"
SETINI         WINEXEC.TYPE="E"
SETINI         WINEXEC.EXIT="D"
GX             winexec.gx

SETINI         MAPPLOT.CON=".\plot.con"
SETINI         MAPPLOT.NEW="1"
SETINI         MAPPLOT.MS1=""
//SETINI         MAPPLOT.MAP=""
LOADINI plot.ini   // this contains map name required
                          // and the ini file was created during the winexec
above
GX             mapplot.gx
/-----------------------------

the file plot.ini just contains something like
SETINI         MAPPLOT.MAP="my_map.map"

I'd appreciate any suggestions.

Regards,
Andrew.



----------------------------------------------------------------------------
----------------------------------------------
Andrew Boyd
Geophysicist
WMC Exploration

Tel +61 (0)8 94798375
Fax +61(0)8 94798451

PO Box 91 Belmont WA 6984
191 Great Eastern Hwy.
Belmont WA 6104
Australia
_______________________________________________________
More mailing list info http://www.geosoft.com/support/listserv/index.html

Reply via email to