home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 12 / Macro5SIS.sis / M5Macros.sis / Battery.opl (.txt) < prev    next >
Encoding:
EPOC OPL Source  |  2000-10-17  |  613 b   |  22 lines

  1.  
  2.  
  3. REM Macro Battery version 1.05
  4. REM Display the current battery statistics
  5. REM By Pascal NICOLAS, to be used with Macro5
  6. REM Last edited on 21 September 1999
  7.  
  8. Include "Macro.oph"
  9.  
  10. PROC Macro:
  11.     BgSystem:
  12.     If RomVersion%: < 105
  13.         SendRscMenu:("z:\System\Apps\Shell\Shell.rsc",4,&36)
  14.     Else
  15.         SendRscMenu:("z:\System\Apps\Shell\Shell.rsc",4,&39)
  16.     Endif
  17.     SendKey:("Right")
  18.     FgCurrent:
  19. ENDP
  20.  
  21.  
  22.