CPCWiki forum

General Category => Emulators => Topic started by: skylas on 19:30, 31 March 20

Title: COPY BASIC CODE IN WINAPE
Post by: skylas on 19:30, 31 March 20
Hello all,
Does anyone know if it is possible to copy the list from a programme in BASIC in WINAPE? (or JAVA).
I know about autotype for inserting a list through copy-paste, but i have not found how the opposite is done.
Title: Re: COPY BASIC CODE IN WINAPE
Post by: AMSDOS on 21:05, 31 March 20
Quote from: skylas on 19:30, 31 March 20
Hello all,
Does anyone know if it is possible to copy the list from a programme in BASIC in WINAPE? (or JAVA).
I know about autotype for inserting a list through copy-paste, but i have not found how the opposite is done.


In Winape the Assembler can be used to Read back the BASIC as listed, simply show Assembler and select File, Read BASIC.


Otherwise the BASIC code can be saved as ASCII with SAVE"filename.asc",a and the Edit Disc Window can be used to extract the File (or Copy + Paste) to wherever you need to view it.
Title: Re: COPY BASIC CODE IN WINAPE
Post by: skylas on 21:21, 31 March 20
Quote from: AMSDOS on 21:05, 31 March 20

In Winape the Assembler can be used to Read back the BASIC as listed, simply show Assembler and select File, Read BASIC.


Otherwise the BASIC code can be saved as ASCII with SAVE"filename.asc",a and the Edit Disc Window can be used to extract the File (or Copy + Paste) to wherever you need to view it.
Thx again for your help AMSDOS! really appreciated!
Title: Re: COPY BASIC CODE IN WINAPE
Post by: ronaldo on 23:01, 31 March 20
In my opinion, the best way to do this is to configure WinAPE printer to print to a file and then use "LIST #8" command to send the listing to the printer. The result is a txt file with the list.
Title: Re: COPY BASIC CODE IN WINAPE
Post by: skylas on 10:33, 01 April 20
Quote from: ronaldo on 23:01, 31 March 20
In my opinion, the best way to do this is to configure WinAPE printer to print to a file and then use "LIST #8" command to send the listing to the printer. The result is a txt file with the list.
Many thx for your answer!
Title: Re: COPY BASIC CODE IN WINAPE
Post by: darkhalf on 03:56, 29 December 23

Quoteprint to a file and then use "LIST #8" command to send the listing to the printer
Necro reply. This method is better, since it does not split long (multiline) output into separate lines in the resulting file
Title: Re: COPY BASIC CODE IN WINAPE
Post by: ZbyniuR on 09:53, 29 December 23
I prefer use MenageDSK and click "show file" and copy listing from screen by mouse. :)
Powered by SMFPacks Menu Editor Mod