Launch external application
Posted: Tue Jan 14, 2014 9:34 am
Hello,
I would like to launch an external application but do not work when insert the parameters
it work
it not work
the syntax of application traspunto.exe (traspunto.exe p pia geo c 5032636 516047 WGS84 32 >res.txt) is correct launched in command line
thank you
I would like to launch an external application but do not work when insert the parameters
it work
Code: Select all
put the effective filename of this stack into tPath
set itemdelimeter to slash
delete last item of tPath
launch document "traspunto.exe"
Code: Select all
put the effective filename of this stack into tPath
set itemdelimeter to slash
delete last item of tPath
launch document "traspunto.exe p pia geo c 5032636 516047 WGS84 32 >res.txt"
thank you