Jump to content

Executable with parameters

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
How do I create an executable that has parameters like myfile.exe /h displays a help menu???

#2
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
I am also unable to find any decent documentation on this subject and would be interested to see what anyone else has.

#3
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
I found several on google under "C# Arguments"

http://msdn2.microso...y/acy3edy3.aspx
http://www.codeproje...ommand_Line.asp
Void

#4
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
Good find

#5
Blaze

Blaze

    Programmer

  • Members
  • PipPipPipPip
  • 117 posts
Very good find. I've wondered this same question myself.