home *** CD-ROM | disk | FTP | other *** search
EPOC OPL Source | 2000-10-17 | 613 b | 22 lines |
-
-
- REM Macro Battery version 1.05
- REM Display the current battery statistics
- REM By Pascal NICOLAS, to be used with Macro5
- REM Last edited on 21 September 1999
-
- Include "Macro.oph"
-
- PROC Macro:
- BgSystem:
- If RomVersion%: < 105
- SendRscMenu:("z:\System\Apps\Shell\Shell.rsc",4,&36)
- Else
- SendRscMenu:("z:\System\Apps\Shell\Shell.rsc",4,&39)
- Endif
- SendKey:("Right")
- FgCurrent:
- ENDP
-
-
-