• Re: Is there any Windows software to translate text to Apple II basic d

    From Michael J. Mahon@21:1/5 to Thomas Kotowski on Sat Jun 10 20:11:37 2023
    Thomas Kotowski <[email protected]> wrote:
    s there any Windows software to translate text to Apple II basic dsk file?


    How about AppleWin? Copy text, paste into Applesoft, save BASIC file.

    --
    -michael - NadaNet 3.1 and AppleCrate II: http://michaeljmahon.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Oliver Schmidt@21:1/5 to All on Sun Jun 11 07:47:08 2023
    Hi,

    is there any Windows software to translate text to Apple II basic dsk file?

    https://a2ciderpress.com

    https://github.com/paleotronic/diskm8

    https://github.com/KrisKennaway/bastoken

    https://applecommander.github.io/ac/

    Regards,
    Oliver

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From fadden@21:1/5 to All on Sun Jun 11 07:43:38 2023
    FWIW, the cp2 test data includes a text file with (I think) every possible Applesoft token and various tricky cases. Trailing spaces, embedded control characters, tokenswithoutspacesbetween, tokens with spaces in the middle, PRINT statements without a
    closing quote, "PRINT" replaced with "?", lower case, etc. The first half of it is executable; then I got lazy.

    https://github.com/fadden/CiderPress2/blob/main/TestData/fileconv/ALL.TOKENS.mod.txt

    For comparison, the tokenized form can be found in the disk images in the same directory.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)