home *** CD-ROM | disk | FTP | other *** search
EPOC OPL Source | 1998-10-28 | 717 b | 32 lines |
-
-
- rem // Backlite+Plus macro - macPassword V1.0 by Chris Farwell.
-
- PROC macPassoff:
- BLBgSwitchtoSystem:
- BLKeyCommand:("CTRL+S")
- BLCursorRight:(1)
- BLClickOK:
- BLTypeText:("<PASSWORD>")
- BLClickOK:
- BLTypetext:("n")
- BLClickOK:
- BLClickCancel:
- BLMessage:("Password OFF")
- ENDP
-
- PROC macPasson:
- BLBgSwitchtoSystem:
- BLKeyCommand:("CTRL+S")
- BLCursorRight:(1)
- BLClickOK:
- BLTypeText:("<PASSWORD>")
- BLClickOK:
- BLTypetext:("a")
- BLClickOK:
- BLClickCancel:
- BLMessage:("Password ON")
- ENDP
-
-
-