1. Load your PBASIC program, which will output the text you want in the file to the DEBUG screen.
2. Let it run to completion with the DEBUG screen open.
3. Using your mouse, select all the text in the DEBUG screen.
4. Click ctrl-C to copy the selected text to the clipboard.
5. Open a text editor, such as Notepad.
6. Click ctrl-V to paste the DEBUG text.
7. Save to a fle.
This is how I do it at least. I'm sure there are terminal emulator programs that can save incoming data to a file automatically — maybe even the evil HyperTerminal, which I do not use.
Comments
1. Load your PBASIC program, which will output the text you want in the file to the DEBUG screen.
2. Let it run to completion with the DEBUG screen open.
3. Using your mouse, select all the text in the DEBUG screen.
4. Click ctrl-C to copy the selected text to the clipboard.
5. Open a text editor, such as Notepad.
6. Click ctrl-V to paste the DEBUG text.
7. Save to a fle.
This is how I do it at least. I'm sure there are terminal emulator programs that can save incoming data to a file automatically — maybe even the evil HyperTerminal, which I do not use.
-Phil