About Daily.opl - Daily.mco REM This example involves two programs: Daily.opl and Daily.mco. REM Daily.opl is an OPL procedure that sends a message to Notepad REM telling it to change files to a certain notepad. REM Daily.mco is Macsys code telling Macsys to run Daily.opo REM Load Daily.opl into your program editor. Change the filename REM daily.exp to whatever notepad you want opened. Translate the REM program by pressing Psion. REM Copy Daily.mco into \Macro\Mco directory. REM Go into the Server, Press Psion Shift to create a new alarm REM Enter the text message, set the time/date. Make the alarm a daily REM repeat. Set "Link to Macro" to Yes, and press Enter. REM The Server will prompt you for the name of the macro you want to run. REM Choose Daily.mco. REM That's it. When the alarm is due, it will run the macro daily.mco REM which sends a message to Notepad telling it to open a certain notepad. REM This is just an example of how a macro alarm can be used.