-1

I'm making this small program that depends in shortcut command, for example:

"D:\Games\Counter Strike 1.6\hl.exe" -game cstrike 

in shortcut target "-game cstrike" was added, hl.exe will not run the same as if that command wasn't there. so how would i make special commands like that? i couldn't explain the problem in short words that's why i couldn't google it.

Med. A.
  • 129
  • 2
  • 10

1 Answers1

0

Short words that you can google it "Console Application Command Argument."

I hope help this link:

How do I use command line arguments in my C# console app?

Community
  • 1
  • 1
Hamed Javaheri
  • 538
  • 3
  • 13