s out to me, I would've
missed it.
Kind regards
Wayne Lee
Evident Systems Ltd
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Chris Sells
Sent: 29 May 2002 15:53
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] C# CommandLineArgs
> Aha, thanks for t
f Of
> Richard Birkby
> Sent: 29 May 2002 11:21
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] C# CommandLineArgs
>
> class ConsoleTest {
> public static void Main(string[] args) {
> System.Console.WriteLine("{0} {1}", args[0], args[1]);
Aha, thanks for that, smartass!!
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Richard Birkby
Sent: 29 May 2002 11:21
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] C# CommandLineArgs
class ConsoleTest {
public static void Main(string[] args
class ConsoleTest {
public static void Main(string[] args) {
System.Console.WriteLine("{0} {1}", args[0], args[1]);
}
}
or use something like Chris Sells excellent command line parser from the
Ghengis project[1]
Richard
[1] - http://www.sellsbrothers.com/tools/g