PDA

Click to See Complete Forum and Search --> : Can't Think Of A Subject


davethebrat
Jul 31st, 2001, 12:35 PM
I want to add this capability to my application but I don't know if it can be done....

Lets say when I create a shortcut to my program I use this as my path "c:\my app\app.exe /mp3". Is there a way to have my application read that "/mp3" and open my music player form? Does windows just pass it on to the Command agrument?

< I already have a Sub Mail() in place >

jim mcnamara
Jul 31st, 2001, 04:31 PM
Just have your code read command$ - it will have the parameters in it at startup.