Wie lädt man eigentlich Dateien mit Pi Symbol, weil sie zu lange sind?
DLOAD "ROMLIS*", U12
will schon mal nicht laden.
You are about to leave Forum64 to get redirected to the following address:
Please note, that the target website is not operated by us. We are not responsible for it's content nor does our privacy policy apply there.
Wie lädt man eigentlich Dateien mit Pi Symbol, weil sie zu lange sind?
DLOAD "ROMLIS*", U12
will schon mal nicht laden.
Hast du mal ein Beispielimage ?
Ich habe das vom Mega65 filehost geladen und auf die externe SD geschoben.
Ok, das ist ja nur ein PRG, kürz doch den Namen einfach ...
Davon mal ab, wenn ich das Programm über den Filehost suche will er mit nur ROMLISTER.PRG runterladen, ohne das _XZaTRV
Umbenennen, mach ich schon die ganze Zeit. Ich würde halt gerne wissen, wie es ohne geht. Der C64 könnte das mit dem Wildcard *. Ich kann mir nicht vorstellen, dass es mit dem C64 nicht geht.
Der Zugriff auf die SD von Basic ist ja eh sehr rudimentär ... Wildcards scheinen auch nur von Disk bzw gemountetem D81 zu funktionieren ...
...
Accessing the SD card directly from BASIC is limited. It's not a DOS device and doesn't support DOS features, including wildcards. It's a completely separate code path. You can DLOAD "FULL-FILENAME.PRG",U12, DIR U12 and DIR P,U12, and CHDIR "SUBDIR",U12, and that's it.
Of course, you can also MOUNT "DISK-IMAGE.D81" (without specifying "U12") to mount a disk image file from the SD card into the virtual DOS device U8.
For me, as a cli user, the missing dir "meg*",u12 especially hurts - so I use freezer as a work-around
This is already a filed feature request, you can track it here: https://github.com/MEGA65/mega65-rom-public/issues/152