[Offer] Flushot plus 1.7a (SCP, IMZ) [5.25]
This is version 1.7a of Flushot plus antivirus
This is an early antivirus for IBM PC and compatible, dated 1989.
https://mega.nz/file/CHwTDQoA#D68P5EUb_8tUo3YUUi7ns2xvksRBcU2ZP297dP06JZM
This is an early antivirus for IBM PC and compatible, dated 1989.
https://mega.nz/file/CHwTDQoA#D68P5EUb_8tUo3YUUi7ns2xvksRBcU2ZP297dP06JZM
Comments
I also have same disk of it, now it is verified that is same SHA1 of disk image.
Your uploaded .imz is just ZIP archive. I renamed .imz as .zip and extracted the dumped image file from zip file.
Also I converted .scp file to .psi first.
Then I've checked attribution of psi, and converted to .ima file.
I always check the following by using SHA1 tool and FC command on Command prompt.
How do you convert from SCP to psi ? I don't seem to find this format in HxC floppy emulator. I also tried psi.exe but it failed loading scp file.
pfi "Flu-Shot plus 1.7a.scp" disk1.pfi
pfi disk1.pfi -R 1 -r 500000 -p decode pri disk1.pri
pri disk1.pri -p decode mfm disk1.psi -f -v
psi disk1.psi disk1.img
psi disk1.psi -L > disk1.txt
This is a Basic usage example what SomeGuy show you.
I use it in a variety of ways with more advanced options.
I know PSI format handle on PCE emulator only.
PCE emulator supports various disk copy protected track/sector (Non standard sector)
The entire point of PSI is that is can contain most, although not quite all, IBM PC style copy protections. PSI, however, is specific to the PCE emulator. Many copy protected titles can be converted to PSI and then run inside PCE.
For 1.2mb or 1.4mb disks:
pfi track00.0.raw disk1.pfi
pfi disk1.pfi -R 1 -r 1000000 -p decode pri disk1.pri
pri disk1.pri -p decode mfm disk1.psi -f -v
psi disk1.psi disk1.img
psi disk1.psi -L > disk1.txt
Note that 1.2mb and 1.4mb disks spin at different speeds, but the high density data rate is the same. That is why 1.2mb disks don't fit quite as much data. Some tools need to know about rotation rate, but not this one.
360k disks in a 1.2mb drive are another story, as the same disk spins faster in a 1.2mb drive than a 360k drive, so the data rate is a bit higher. For those:
pfi track00.0.raw disk1.pfi
pfi disk1.pfi -p double-step -R 1 -r 600000 -p decode pri disk1.pri
pri disk1.pri -p decode mfm disk1.psi -f -v
psi disk1.psi disk1.img
psi disk1.psi -L > disk1.txt
We also add the double step parameter to avoid decoding garbage on unused odd numbered tracks.
BTW, if decoding FM instead of MFM, the data rate must be half of what is specified above. But IBM PC disks don't use FM.
https://winworldpc.com/product/flu-shot-plus/
However, the relatively old and copy-protected disks do not work properly with basic conversion, but there are some cases where they do not work.