Subj : Re: CommandLineToArgvW() To : borland.public.cpp.borlandcpp From : " Bruce Salzman" Date : Sat Nov 01 2003 06:19 pm > Is there any alternate method to change command > line to arguments for the GUI, not console appliction > under Windows 98? > You can use GetCommandLine() to get the command line string, but you'll have to parse it yourself. Regards, Bruce .