Posted: Mon Aug 16, 2010 9:01 pm Post subject: Opening a text file?
Just wondering if I can open a text file. Not read it but actually open the file using Turing.
I made my program put the output onto a text file and I want to open that text file before my program finishes running.
Sponsor Sponsor
chrisbrown
Posted: Mon Aug 16, 2010 9:33 pm Post subject: RE:Opening a text file?
You mean open it in notepad using a Turing command?
code:
Sys.Exec("notepad filename")
MagicIdiot
Posted: Mon Aug 16, 2010 10:27 pm Post subject: Re: Opening a text file?