Jump to content

Recommended Posts

Guest duchski
Posted

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

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...

post-12251-1164725770_thumb.jpg

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.