Arguments to .exe
-
How do I send Arguments to an executeable? Any help is appreciated. Wacky waving inflateable arm flailing tube man!
It depends, do you want to send an argument during debug, or for a 'released' exe? If you are debugging you want to go to your projects properties (not the solutions) and under the 'debug' tab there's a textbox for 'Command Line Arguments'. For use with an actual exe, create a shortcut to the exe, open the shortcuts properties. There will be a textbox titled target (in winxp). put the path that's in the in quotes ("path\to\exe") and then you can put any arguments behind that.
-
How do I send Arguments to an executeable? Any help is appreciated. Wacky waving inflateable arm flailing tube man!
See the ProcessStartInfo class[^], in particular, its Arguments[^] property.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Connor's Christmas Spectacular! Judah Himango
-
How do I send Arguments to an executeable? Any help is appreciated. Wacky waving inflateable arm flailing tube man!