home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 402 / sample.xsl / console.xsl next >
Encoding:
Text File  |  1985-11-19  |  104 b   |  9 lines

  1. *
  2. * Uses console for standard I/O
  3. *
  4.  
  5. set stdin=con:
  6. set stderr=con:
  7. set stdout=con:
  8. set echo=on
  9.