Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!kuhub.cc.ukans.edu!2fmlhiccup From: 2fmlhiccup@kuhub.cc.ukans.edu Newsgroups: comp.sys.amiga.programmer Subject: Help with Standard IO Message-ID: <28534.27b75be2@kuhub.cc.ukans.edu> Date: 12 Feb 91 09:07:14 GMT Organization: University of Kansas Academic Computing Services Lines: 16 Hello, I am currently learning to program my Amiga 500 and own (ack) TDI Modula-2. I am working with windows and input/output methods... What I want to know is how can I open a window and then set the standard input output console to that window. In other words, The Modula-2 standard IO routines still work from the CLI window I run my program from, but I want them to operate on my new window. I can seem to change this. I do know it is possible to open and attatch another console to my window, but I am most certain that the Standard IO would still be on the original window. BTW, don't complain that I am not using C...I really like the modula-2 language, I don't really like the TDI compiler/environment, but its all I have and can afford. I do understand C to an extent, so examples in C will help me. Thank You! Jason Wilson