Re: [MSX] Basic to txt

2003-01-27 Thread Albert Beevendorp
At 16:46 26-1-03 +0100, you wrote: Is it posible to convert a basic program to a text file? or print it in some other way in windows? 1. MSX Emulator 2. MSX Explorer (MCCM) 3. DskExplorer by JP Grobler and probably some other ways as well... GreeTz, BiFi Visit my Home Page at

Re: [MSX] Basic to txt

2003-01-27 Thread Daniel Caetano
On Mon, 27 Jan 2003 11:39:18 +0100, Albert Beevendorp wrote: At 16:46 26-1-03 +0100, you wrote: Is it posible to convert a basic program to a text file? or print it in some other way in windows? 1. MSX Emulator 2. MSX Explorer (MCCM) 3. DskExplorer by JP Grobler and probably some other ways as

Re: [MSX] Basic to txt

2003-01-27 Thread Albert Beevendorp
At 12:00 27-1-03 -0400, you wrote: On Mon, 27 Jan 2003 11:39:18 +0100, Albert Beevendorp wrote: At 16:46 26-1-03 +0100, you wrote: Is it posible to convert a basic program to a text file? or print it in some other way in windows? 1. MSX Emulator 2. MSX Explorer (MCCM) 3. DskExplorer by JP

Re: [MSX] Basic to txt

2003-01-27 Thread Laurens Holst
Albert Beevendorp wrote: Is it posible to convert a basic program to a text file? or print it in some other way in windows? 1. MSX Emulator 2. MSX Explorer (MCCM) 3. DskExplorer by JP Grobler and probably some other ways as well... Turn on your MSX, load the game: LOAD GAME.BAS

[MSX] Basic to txt

2003-01-26 Thread rtabosch
Is it posible to convert a basic program to a text file? or print it in some other way in windows? Gtz Richard Bosch ___ MSX mailing list ([EMAIL PROTECTED]) Info page: http://lists.stack.nl/mailman/listinfo/msx

Re: [MSX] Basic to txt

2003-01-26 Thread Laurens Holst
[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