You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once everything is set up as described (it should match the options shown in the picture above), click the "Extract" button. On a fast machine, you'll see little more than a flash as the files are extracted.
If you open the "cpt" folder in Windows Explorer (open My Documents from the desktop or Windows Start menu, then open "cpt"), you will see three new files:
DBL.BESSEL.PIC#062000
SAMPLE.AWP#1ac0fd
sample.text#04000
The junk starting with "#" that was added to the filename is a file attribute preservation sequence. The first two digits are the ProDOS file type, the next four are the ProDOS aux type. For DBL.BESSEL.PIC, it's $06 ("BIN") and $2000 (the typical load location of a hi-res image). None of the files has a filetype that Windows recognizes, which makes sense: none of the files is in a format Windows likes.
You might think that "sample.text" is a text file, and Windows likes text files, but it's not that simple. Rename "sample.text#04000" to "sample.text#04000.txt". Now Windows recognizes it as a text file. Double-click on it. If you have Windows "Notepad" as your default text viewer, you will probably notice that the file doesn't look right. Instead of line breaks there are funny little rectangles. Because we told CiderPress to preserve the original file formats, the carriage returns in the original file were left unmodified. Double-clicking on the other files will most likely not yield anything useful, because they're in formats that only an Apple II can readily handle.
however in windows 11 new updated notepad, now does it correctly if opened as sample.text#04000.txt renamed in windows 11 updated notepad since WIndows 11 24h2 not the older notepad.
The text was updated successfully, but these errors were encountered:
it states:
Once everything is set up as described (it should match the options shown in the picture above), click the "Extract" button. On a fast machine, you'll see little more than a flash as the files are extracted.
If you open the "cpt" folder in Windows Explorer (open My Documents from the desktop or Windows Start menu, then open "cpt"), you will see three new files:
DBL.BESSEL.PIC#062000
SAMPLE.AWP#1ac0fd
sample.text#04000
The junk starting with "#" that was added to the filename is a file attribute preservation sequence. The first two digits are the ProDOS file type, the next four are the ProDOS aux type. For DBL.BESSEL.PIC, it's $06 ("BIN") and $2000 (the typical load location of a hi-res image). None of the files has a filetype that Windows recognizes, which makes sense: none of the files is in a format Windows likes.
You might think that "sample.text" is a text file, and Windows likes text files, but it's not that simple. Rename "sample.text#04000" to "sample.text#04000.txt". Now Windows recognizes it as a text file. Double-click on it. If you have Windows "Notepad" as your default text viewer, you will probably notice that the file doesn't look right. Instead of line breaks there are funny little rectangles. Because we told CiderPress to preserve the original file formats, the carriage returns in the original file were left unmodified. Double-clicking on the other files will most likely not yield anything useful, because they're in formats that only an Apple II can readily handle.
however in windows 11 new updated notepad, now does it correctly if opened as sample.text#04000.txt renamed in windows 11 updated notepad since WIndows 11 24h2 not the older notepad.
The text was updated successfully, but these errors were encountered: