• Zoomfloppy/Win32: batch file to automatically make a disk

    From Harry Potter@3:770/3 to All on Fri Jun 7 14:10:49 2019
    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?

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Thierry64@3:770/3 to rose.joseph12@yahoo.com on Sun Jun 16 00:02:06 2019
    On Fri, 7 Jun 2019 14:10:49 -0700 (PDT), Harry Potter
    <rose.joseph12@yahoo.com> wrote:

    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 )

    best regards

    Thierry

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Harry Potter@3:770/3 to All on Sun Jun 16 05:02:37 2019
    On Saturday, June 15, 2019 at 10:46:01 PM UTC-4, Thierry64 wrote:
    hi !! ,. yess , me! , im a zoomfloppy user , from XAP1541 cable ( 1541
    drive ) and 1571 drive ( use SRQ Nibbling support )

    :D I plan on making the batch file as soon as I reach my mother's house. My C64C and Zoomfloppy are there. :)

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Harry Potter@3:770/3 to All on Sat Jun 22 06:51:26 2019
    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!

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Thierry64@3:770/3 to rose.joseph12@yahoo.com on Mon Jun 24 01:13:58 2019
    On Sat, 22 Jun 2019 06:51:26 -0700 (PDT), Harry Potter <rose.joseph12@yahoo.com> wrote:

    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!

    Exelent , i try it !

    thankss

    regards

    Thierry

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)