Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting exe from another exe
Message
From
10/06/2008 11:35:17
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Starting exe from another exe
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01322835
Message ID:
01322835
Views:
64
Hi
I am getting very confused,
I want to start and exe with two parameters

From the main app i have
  string[] arg=  {parm1,parm2};
  System.Diagnostics.Process.Start(fullExename,arg);
but i get the error "cannot convert string[] to string"
hows do I pass more then one parameter to an exe?

once again TIA
Stuart
Next
Reply
Map
View

Click here to load this message in the networking platform