[Coco] Mass-extraction of DSK images.
Guillaume Major
guillaume.major at gmail.com
Sun Feb 5 15:24:03 EST 2017
Hi Allen,
I use this Windows batch file with Toolshed's decb command to extract all
.DSK files in the current folder. It creates a sub folder for each disk. It
should be easy to adapt it for the Mac or Linux:
@echo off
setlocal enabledelayedexpansion
echo extract-dsk
echo Extracts RS-DOS files from all .DSK files in the current directory.
for %%f in ( "*.dsk" ) do (
echo.
echo Extracting %%f...
echo.
set folder_name=%%~nf
md !folder_name! >nil 2>&1
for /f "tokens=1,2 skip=2" %%d in ('decb dir %%f') do (
echo File %%d.%%e
decb copy %%f,%%d.%%e !folder_name!\%%d.%%e
)
)
Enjoy!
Guillaume
"Allen Huffman" <alsplace at pobox.com> a écrit
dans le message de news:DC1C4758-3816-4444-BAA5-3CD14842E20B at pobox.com...
> Does anyone know how to mass extract DSK images in to directories? I
> somehow did it when I first set my CoCo back up using the CoCoSDC. I have
> folders that are all my OS-9 files and RGB-DOS files in directories. I
> know I had some way I automated doing through DISK000.DSK to DISK255.DSK
> to do this.
>
> I have maybe 500 DSK images from my old floppies that I had extracted in
> to files, but now I can’t find that so I am trying to do it again. I
> expect I did something from the command line (Mac) using toolshed tools
> (decb dsave, perhaps) but I can’t remember how I did it.
>
> Anyone done this?
>
> I’ll be sure to document it this time ;-)
> --
> Allen Huffman - PO Box 7634 - Urbandale IA 50323 - 515-999-0227 (vmail/TXT
> only)
> http://www.subethasoftware.com - https://www.facebook.com/subethasoftware
> Sent from my MacBook.
>
> P.S. Since 4/15/2014, I have earned over $2010 in Amazon gift cards! Sign
> up using my link and I get credit:
> http://swagbucks.com/refer/allenhuffman (Ask me for the tip/howto doc.)
>
>
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>
More information about the Coco
mailing list