I am now a proud owner of a Zoomfloppy and want to create a batch file to automating the process of making out disk images. Is anybody interested?
hi !! ,. yess , me! , im a zoomfloppy user , from XAP1541 cable ( 1541
drive ) and 1571 drive ( use SRQ Nibbling support )
Here's the batch file:
----------------------------
@echo off
echo Type in the disk name, without quotes, or nothing to not format.
set /p dname=:
if "%dname%"=="" goto a2
set /p did=Now, type in the ID:
c:\opencbm\bin\cbmformat 8 "%dname%",%did%
:a2
c:\opencbm\bin\d64copy --warp "%~1" 8
pause
----------------------------
Enjoy, and tell me what you think!
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 741 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 120:29:45 |
| Calls: | 12,468 |
| Calls today: | 10 |
| Files: | 15,200 |
| Messages: | 6,538,295 |