[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help! Filetype $00 problems . . .
hubble1@my-dejanews.com writes ...
>
> Help!
>
....
>
> Now: here's my problem. I downloaded TCHANGE.BIN
> to my PC and moved it to a Prodos floppy in the same
> way so that I could change the filetype of
> GSHK to S16 and run the self extracting archive.
>
> According to the documentation, TCHANGE.BIN should
> come through as a text file which you can BLOAD, and
> then BSAVE to make BRUN-able file.
>
> I get stuck at this point: PRODOS gives me a FILE
> TYPE MISMATCH.
>
> When I do a CAT, TCHANGE.BIN shows up as "$00",
> just like GSHK and the terminal program.
>
> Am I missing a step?
....
If your transfer procedure moves the files to the GS as type $00, try
this ...
BLOAD TCHANGE.BIN, T$00, A2048
DELETE TCHANGE.BIN
BSAVE TCHANGE.BIN, A2048, L15711
TCHANGE.BIN should be BRUN-able. BRUN TCHANGE.BIN to start the filetype
changer program.
Once TCHANGE.BIN is running, you can exit the program and just SAVE
TYPE.CHANGER to have a BASIC type changer program which you can RUN to start.
Rubywand