[DOTNET] FAO: Richard & Chris - RE: [DOTNET] C# CommandLineArgs

2002-05-29 Thread Wayne Lee
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

Re: [DOTNET] C# CommandLineArgs

2002-05-29 Thread Chris Sells
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]);

Re: [DOTNET] C# CommandLineArgs

2002-05-29 Thread Wayne Lee
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

Re: [DOTNET] C# CommandLineArgs

2002-05-29 Thread Richard Birkby
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