Pass command line parameters
Hello all,
I have created a menu system widget that uses a text file to generate shortcuts I want to appear on the users desktop. The text file is located on a network share so I can easily modify any items I want displayed on their desktops. The issue is I want to use this for different groups which all have different application needs. Is it possible to launch a widget and have it interpret and pass an argument that tells the widget which text file to use. I could then set group policy to autostart the application with the appropriate menu system. For example "run c:\scripts\wksmenu.exe P:\wksmenu\scripts\hourly.txt"
I have come up with some workarounds, but at the cost of some flexibilty. Any suggestions???