Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting exe from another exe
Message
De
10/06/2008 11:35:17
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Starting exe from another exe
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01322835
Message ID:
01322835
Vues:
65
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform