[EMAIL PROTECTED] wrote:
> Is it posible to convert a basic program to a text file?
> or print it in some other way in windows?

Use the LIST.COM program for MSX-DOS, then redirect it into a file:

LIST file.bas > file.asc

Or, probably the more easy way, just save it as ASCII in Basic:

SAVE "file.asc",A


~Grauw


---
Ushiko-san! Kimi wa doushite, Ushiko-san nan da!!
_______________________________________________
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx

Reply via email to