I\'ve known how to write a program that accepts command line arguments ever since I learned to program. What I don\'t understand is how these parameters get their v
Just click on start menu and type cmd in search index...press enter ..now in cmd window type following command...
"program_name arg1 arg2" (without quotes) and press enter key...and yeah its done!
and