how do i specify command line options (arguments to my program) when i'm running my console app from vc++ 6.0? my main is declared as follows:
int main(int argc, char** argv) {
return 0;
}

thanks for the help...

-christopher bottaro
[email protected]