CBMSTUFF FORUM

Full Version: How to convert .tc (Transcopy) or .raw (Kryoflux) to .scp format.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to convert .tc (Transcopy) or .raw (Kryoflux) image to .scp (SuperCard Pro)?

It is possible by using PFI.EXE from PCE IBM PC 5150 emulator.

http://www.hampa.ch/pub/pce/pre/


*Example

1) TC (Transcopy) --> SCP

PFI -p encode pri DISK1.TC DISK1.SCP
(.PRI image can be converted to SCP)

2) RAW (Kryoflux) --> SCP

PFI  track00.0.raw DISK1.SCP

*You can change RPM from 360 to 300 or 300 to 360 by using option (set-rpm)

PFI DISK1-360RPM.SCP -p set-rpm 300 DISK1-300RPM.SCP
PFI DISK1-300RPM.SCP -p set-rpm 360 DISK1-360RPM.SCP


*If dumped 2D (360KB) image is from 5.25" 2HD drive (360RPM. 96DPI), you can change 5.25" 2D (300RPM, 48DPI) format by psing PFI.EXE

PFI DISK1-360KB-96DPI-360RPM.SCP -p double-step -p set-rpm 300 DISK1-360KB-48DPI-300RPM.SCP
Nice, thanks for sharing.