Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters
Message
From
17/05/2005 09:59:42
 
 
To
17/05/2005 09:47:40
General information
Forum:
ASP.NET
Category:
Forms
Title:
Miscellaneous
Thread ID:
01014872
Message ID:
01014880
Views:
17
Paul,

You can get at the args[] array passed into the Main method.
static int Main(string[] args) 
{
   if (args.Length > 0)
   {
      // Do something useful here.
   }
}
Regards
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform