|
Post by yarrow on Feb 1, 2021 20:30:33 GMT
I know how to save state but is it possible to save a programme to load up and run or transfer to the USB?
|
|
|
Post by vic2020ian on Feb 1, 2021 21:33:44 GMT
Do you mean something like this?
Menu key on the joystick and make sure the d64 disk is selected then return to Basic
type SAVE"your file name",8
Power down the TheC64
Take the USB and put it in a PC
Copy the d64 to the PC
Use a program like d64editor to open the d64 on PC
Export the PRG file to PC and use or just use the D64 in e.g. Vice
|
|
|
Post by yarrow on Feb 1, 2021 22:32:10 GMT
Thanks Guys. Have saved and loaded successfully using load or save "name",8 but saved file not showing up on usb stick when loaded into windows. Assuming there would be a *.bas file somewhere?
|
|
|
Post by Unbeliever on Feb 2, 2021 7:25:34 GMT
Your USB stick isn't the "disk", it is the storage that HOLDS your disks. When using emulators (like TheC64), disks are actually represented by FILES -- the most common filetype being ".d64".
On TheC64 Mini, BASIC saves to the default "disk" file on your USB stick -- "THEC64-drive8.d64". [If you're using the Maxi, you can more easily select which "disk" BASIC will save to.]
If you want to see your Commodore-created file in Windows, you must have a program that will open and view the .d64 file.
I use "DirMaster" to do this. DirMaster will let you copy individual Commodore files onto or off of your .d64 "disk" file. (Your TheC64 device won't be able to see the file, though, unless it's contained within a disk "file".)
DirMaster also lets you view the contents of the Commodore-created files on your .d64, but warning -- BASIC programs are tokenized, and will not view in "plain English" like you might expect.
|
|
|
Post by Unbeliever on Feb 2, 2021 17:20:28 GMT
CORRECTION: I forgot how clever DirMaster is. It will detokenize your BASIC program and let you view it JUST FINE.
|
|
|
Post by yarrow on Feb 2, 2021 18:58:54 GMT
Thanks so much.
|
|