Yes - you can use the OS specific APIs. Generally these are only needed if you want greater control, for example running asynchronously (in the 'background'). For Windows you can use
.
One of the things which surprises Windows users when running scripts is that 'file association' is not done by the OS but by the application. Hence:
does not work. However,
does work - if you have %path% setup. If you are using
.
In reply to Re: run exe
by cdarke
in thread run exe
by RSP