home *** CD-ROM | disk | FTP | other *** search
EPOC OPL Source | 2000-10-17 | 623 b | 23 lines |
-
-
- REM Macro LinkOn version 1.05
- REM Set ON the link
- 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,&32)
- Else
- SendRscMenu:("z:\System\Apps\Shell\Shell.rsc",4,&34)
- Endif
- SendKey:("Fn+Left,Right,Enter")
- gIPrint "Link is ON"
- Pause 40
- ENDP
-
-
-