Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to 'Run' an external APP
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00968546
Message ID:
00968567
Views:
8
Hi Stephane .

I'll give that a try.

Regards

>Actually, there is a built-in way of doing this in .net:
>
>
>System.Diagnostics.ProcessStartInfo info = new System.Diagnostics.ProcessStartInfo();
>info.Arguments = ""; //What ever argument the app requires
>info.FileName = @"C:\Program Files\TheApplication.exe";
>System.Diagnostics.Process.Start(info);
>
>
>
>>>Hi.
>>>Is there a way of running an external App from c Sharp
>>> (As in the VFP Run /n command )
>>>
>>>Regards,
>>>
>>Gerard,
>>
>>Through COM Interop you could create a WScript.Shell object, and use its Run() method.
Previous
Reply
Map
View

Click here to load this message in the networking platform