i want to have a shortcut in the start-up folder that will send a variable/switch to my app so the app can do 1 of 2 different things on start-up compared to when launched regularly......
any ideas on where to look or any ideas on what to do ?
Use Command function (in help)
Startup line would be MYApp.exe /a
Start normally with MyApp.exe /b
In your application you would have IF Command()="a" THEN DoFirsrthing ELSE DoSecondThing
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.