How can I make my program handle arugments!?
Posted: Fri Oct 30, 2009 9:50 am
Please help.
I really would like to know how to make my program read switches/arugments that can be lauched with batch programs. heres what I mean:
I would like to know if it is possiable to be able to tell if the user has defined : setting1 after -option1.
Help would be greatly appriciated!
I really would like to know how to make my program read switches/arugments that can be lauched with batch programs. heres what I mean:
Code: Select all
My batch program:
MyProgram.exe -option1 setting1
Help would be greatly appriciated!