Just popping in
Joined: 2006/11/24 14:19 Last Login
: 4/22 1:31
From Central Georgia, USA
Group:
Registered Users
|
I didn't see a forum for script kiddies. ;)
I have grown accustomed to remote power on and off for my X1000. On by a small remote control mounted behind my monitor, and off by the "poff" shell command.
If I had a nickel for every time I've tried to "poff" the A1222, always getting "this model is not supported" or something like that.
So here's a little script to fix that. Just save this as s:shell/poff, then protect it with "protect s:shell/poff +s".
echo "Power Off in two seconds" Wait 2 echo >SER1:BAUD=38400/CONTROL=8N1/UNIT=1" "#s"
That's it! Obviously you could snap it off immediately without the Wait, but I did manage to invalidate my SYS: once that way, so perhaps letting the bits settle for two seconds might be preferable.
Not a big deal, but it might be handy for someone.
LyleHaze
|