home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsm / np52 / DAILY.TXT < prev    next >
Text File  |  1995-06-20  |  1KB  |  26 lines

  1. About Daily.opl - Daily.mco
  2.  
  3.  
  4. REM   This example involves two programs:  Daily.opl and Daily.mco.
  5. REM   Daily.opl is an OPL procedure that sends a message to Notepad
  6. REM   telling it to change files to a certain notepad.
  7.  
  8. REM   Daily.mco is Macsys code telling Macsys to run Daily.opo
  9.  
  10. REM   Load Daily.opl into your program editor. Change the filename
  11. REM   daily.exp to whatever notepad you want opened. Translate the
  12. REM   program by pressing Psion<T>.
  13.  
  14. REM   Copy Daily.mco into \Macro\Mco directory.
  15. REM   Go into the Server, Press Psion Shift<E> to create a new alarm
  16. REM   Enter the text message, set the time/date. Make the alarm a daily
  17. REM   repeat. Set "Link to Macro" to Yes, and press Enter.
  18.  
  19. REM   The Server will prompt you for the name of the macro you want to run.
  20. REM   Choose Daily.mco.
  21. REM   That's it. When the alarm is due, it will run the macro daily.mco
  22. REM   which sends a message to Notepad telling it to open a certain notepad.
  23. REM   This is just an example of how a macro alarm can be used.
  24.  
  25.  
  26.