Originally Posted by BIG-D
Thanks for the link.
This is easy to do. Download Mortscript and install it:
http://www.sto-helit.de/index.php?mo...=view&entry=65
Copy and paste the script from that page into your text editor and save the file as anything.mscr . You can then run the script by clicking on it in the file manager or by linking it to the start menu.
EDIT: This script could be improved to make it run all the time. Something like this:
//battery_notification_loop.mscr
//tested and working fine
while ( 1 )
If ( WndExists("Main Battery") )
Show("Main Battery")
SendLeftSoft
EndIf
sleep 5000
EndWhile