home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Omni / sample2.sc_ / sample2.sc
Text File  |  1997-09-06  |  433b  |  16 lines

  1. ;Omnilook script sample
  2. ;this script will send selected image via email
  3. ;using Microsoft Internet Mail and News client
  4.  
  5. ;start email client
  6. ;the path below is as you would see it when you clicked on the properties' shortcut
  7. ;you may need to change the path below from your own internet mail shortcut properties
  8.  
  9. start 'notepad'
  10. wait 2
  11.  
  12.  
  13. ;send ctrl-n keystrokes to open new message
  14. keys 'hello world'
  15. wait 2
  16. keys '%fxn'