
How to print a GWBasic file ?
Save Basic Programs as an ASCII file and then print from the DOS prompt or
from an application. To save Basic Programs as ASCII, load the program in
GW-BASIC, then type:
save "PROGRAM", A
where "PROGRAM" is the name of your program
and the letter A tells GW-Basic to save it as ASCII.
Quote:
> Hi
> May I know how I can print a GWBasic file while inside the GWBasic
> program? Please reply as soon as you can, thank you.
> Regards