other programs have stuff like when you make a link to it you can do this:
c:\sierra\cstrike.exe -console
where when executing the program you can automatically prepare the program for a certain mode is this possible in VB.
Printable View
other programs have stuff like when you make a link to it you can do this:
c:\sierra\cstrike.exe -console
where when executing the program you can automatically prepare the program for a certain mode is this possible in VB.
Yeah, it's possible to do that with VB. Command$ will give you the command line things, and you could easily parse it with Split() since it's space delimited.