ephedralover********.com wrote:
> I have a old Toshiba laptop 105CS, that is failing. I have a DOS
> program I need to transfer onto another 105CS and make a back up of it.
> The laptop only has a floppy drive and the program and data is much
> larger than a floppy. Any ideas on the best way to transfer these
> files? Thanks.
>
Have a batch of floppys ready, and at the dos prompt
use :
pkzip -p -&w a:files.zip c:\yourwildcard
or
pkzip -P -&w ........etc................
The first stores/restores also subdir names
and the second the same including the source dir as well.
The program will prompt you for floppies.
Dont forget to number them.
On writeback:
pkunzip -d a:*.*