Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for 2console.rex

(view source code of 2console.rex as plain text)

  1. /* Display text on console, no matter what redirection is active */
  2. parse arg text
  3. call lineout "\DEV\CON", text
  4.  

page last modified: 2024-04-16; loaded in 0.0177 seconds