How to run a console application with command line parameters in Visual C++ 6.0?
I assume you’re talking about setting the command line parameters for running in the IDE. Open the Project/Settings property page and go to the Debug tab. There’s a “Program arguments” field you can put them into.