<div dir="ltr"><div>Hello everybody,</div><div><br></div>I wrote a note on how to have Oberon automatically run a startup script. I introduced two small changes to TextFrames.Mod (five lines total) introducing a 'Call Message' and then handling that message with a call to the Call procedure, and three small changes to System.Mod (eight lines total) introducing two variables, opening a viewer with a predetermined text file, and then sending the call message to the viewer at the end of system initialization.<div><br></div><div><a href="https://github.com/io-core/technotes/blob/main/technote013.md">https://github.com/io-core/technotes/blob/main/technote013.md</a><br></div><div><br></div><div>I used Michael Schierl's Batch.Mod for the actual batching of commands but Andreas Pirklbauer's system would have worked just as well, or any other batching or script system. The above changes merely call the first command in a text file, the rest of what happens is up to that command.</div><div><br></div><div>I did this to make building and testing my own system more automatic but I thought I'd share in case anyone found it interesting or useful</div><div><br></div><div>Best Regards,</div><div>Chuck</div></div>