Hi Jang,
You can use File.execute to run an external exe file.
But you can't provide parameters.
In such cases I always write a temporary batch file and call
new File("foo.bat").execute()
Hope this helps
Markus
Hi Jang,
You can use File.execute to run an external exe file.
But you can't provide parameters.
In such cases I always write a temporary batch file and call
new File("foo.bat").execute()
Hope this helps
Markus