
-----------------------------------
MagicIdiot
Mon Aug 16, 2010 9:01 pm

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.

-----------------------------------
chrisbrown
Mon Aug 16, 2010 9:33 pm

RE:Opening a text file?
-----------------------------------
You mean open it in notepad using a Turing command? [code]Sys.Exec("notepad filename")[/code]

-----------------------------------
MagicIdiot
Mon Aug 16, 2010 10:27 pm

Re: Opening a text file?
-----------------------------------
Yeah, thanks that works.
