Hi good afternoon.
how can you convert a demo.txt into a bas for the cpc with a tool for windows?
thanks.
greeting
How about WINAPE AutoType Function ?
You can even do this from command line, as clearly stated in WINAPES manual.
Command Line Parameters
When starting WinAPE a disc image filename can be specified as a parameter (without the slash option). The following parameters can be specified on the command line:
Parameter | Function |
filename | Specify the filename for the disc image to be used in Drive A: |
/A | Automatically run the program in Drive A:. To specify the name of the program to run use /A:filename. To start a disc using a CP/M boot sector use /A:|CPM |
/T:filename | Automatically start typing from the given Auto-type file. |
According to Mr. held:
Quote from: funkheld on 20:02, 08 January 21
winape is out of date, javacpc is the program.
Quote from: funkheld on 18:12, 10 January 21
how can you convert a demo.txt into a bas for the cpc with a tool for windows?
Is demo.txt a Basic program?
Two easy options I used lately:
1) In RetroVirtualMachine you can drag files from your PC.
2) Use ManageDsk to add the file to your DSK (http://www.cpcwiki.eu/index.php/ManageDsk)
As long as the TXT is a pure ASCII file with Windows line endings, you can simply load it like any other Basic file too.
hello, thanks for the help.
greeting.