> Hello Folks! > > Here is another simple question: > How can I quick and dirty create a text file under QDOS? > > I think of something equivalent to MS_DOS: > > COPY CON README.TXT > mary had a little lamb > bla bla bla > ^Z > > Used this a lot to write notes such as start addresses, commands, findings > etc. The disk with the prog itself is always a better plyce for notes than > some sheet of paper. > > Tried "copy con_ to flp1_readme_txt" but after that my input prompt was > gone. CTRL + Z didn't finish the command either. > Would be glad if someone gave me a hint... > > > Regards > > Michael
Simply make a break (ctrl-space) after ctrl-z so file will be written and input will be channel#0 regards Gerhard _______________________________________________ QL-Users Mailing List http://www.quanta.org.uk/mailing.htm
