#include int main(int argc, _TCHAR* argv[]) { for( int i=0; i < argc; ++i ) { printf( "%d : %s\n", i, argv[ i ] ); } return atoi( argv[ 1 ] ); }