Hi,
What i understand from your post is that you want to run some exe through Jscript .net code. Since Jscript .Net is a managed language, you can use System.Diagnostics.Process class to create a new process and run that exe. Just enure that you have the permissions to do so on that machine.
Thanks.
|