Guest duchski Posted November 26, 2006 Report Posted November 26, 2006 How to add shortcuts to the quicapp list on wm 5.0? Key lock and device lock is there, so is the comm manager.... I would like to add task manager as well... Any ideas? Thanks
Guest gpcarreon (MVP) Posted November 28, 2006 Report Posted November 28, 2006 Hi there. I think that is possbile with a script (MortScript). You launch the script as though it is quickapp. For example: ErrorLevel off Choice "My Launcher" ,"Which to run..." ,"Task Manager" ,"Settings" ,"WMPlayer" , Case 1 Run \Path\to\TaskManager.exe Case 2 Run \Windows\Settings.exe Case 3 Run \Storage\windows\Start Menu\WMPlayer.lnk WaitForActive "Library", 15 If wndExists Library Sleep 100 SendCR "Library" If wndExists My Music SendCR "My Music" Endif Endif Case 0 Message "You opt to do nothing..." Exit EndChoice; If successful, you should see something like...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now