I'm not sure about popt. There is a somewhat different package for handling options in the Mono.GetOptions namespace. It handles parsing options by attaching attributes to fields/properties that correspond to options and using reflection at runtime to set them. On Thursday 26 August 2004 3:50 am, Rob Brown-Bayliss wrote: > Hi, is there a c# version of popt for handling command line options?