| View previous topic :: View next topic |
| Author |
Message |
mentalfloss
Joined: 26 Feb 2008 Posts: 4
Digg It |
Posted: Fri Jun 20, 2008 2:47 pm Post subject: Script to access task manager?? |
|
|
Hello there scripters!
I need some help. I'd like to be able to have a script that allows me to access the task manager when I press a button. I've tried a number of different ways to get a button to emulate 'ctrl + alt + delete' but for some reason none of them work.
As an alternative, if there is a script that allows a button on the remote to execute a specific file, I could track down the executable for the task manager and open it that way.
Either way, if anyone could shed some light on this I'd be eternally grateful.
Thanks |
|
| Back to top |
|
 |
Wreyth

Joined: 03 Nov 2007 Posts: 75
Digg It |
Posted: Mon Jun 23, 2008 7:55 am Post subject: |
|
|
well you can have glovepie autoload a program as long as you know the program name
here is the fix for you
| Code: |
if Wiimote.A then
Execute("taskmgr")
end if
|
|
|
| Back to top |
|
 |
|