I am using GWBASIC and cannot figure out a few things. Like, when I'm saving a program after running it with F4, it says: File not found.
Secondly, when I'm using auto command it shows * with line numbers.
Finally, if I want to take program and its output's print on paper, what should I do?
Try saving like this:
The star (*) on a line means that line already exists and you are overwriting it. If you use the command NEW to wipe-out the program from memory before running 'auto', you won't see those stars on lines.
1) Save the program as a text file:
2) Open the file 'myprog.bas' with a text editor (like Notepad++).
3) Print it.