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

  1.  
  2.  
  3. REM Macro LinkOn version 1.05
  4. REM Set ON the link
  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,&32)
  14.     Else
  15.         SendRscMenu:("z:\System\Apps\Shell\Shell.rsc",4,&34)
  16.     Endif
  17.     SendKey:("Fn+Left,Right,Enter")
  18.     gIPrint "Link is ON"
  19.     Pause 40
  20. ENDP
  21.  
  22.  
  23.