Hey, On Mon, Jan 25, 2010 at 5:50 PM, Jonathan Pryor <jonpryor at vt.edu> wrote: > System.Environment.GetCommandLineArgs()[0], anyone? This will return > the value of C main's argv[0] to managed code. No it won't. We're only returning args starting with the main assembly. -- Jb Evain <jb at nurv.fr>