public void Execute(string argString) { ArgList args = new ArgList(); args.Parse(argString); Execute(args); }