Scripted Transition On A DM42 PLUS Extended Edition In The Description!

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 4

  • @paulsagbakken2996
    @paulsagbakken2996 Před 4 měsíci

    👍

  • @N.A._McBee
    @N.A._McBee  Před 5 měsíci +2

    Next step, doing everything on the DM42, no file access to files on the computer needed:
    I have cleaned up the FAT drive and installed two new files:
    File name: rest42loc
    #!/bin/bash
    echo Hello, I will restore a DM42 from local files!
    read -p "Do you want this? " -n 1 -r
    echo
    if [[ $REPLY =~ ^[Yy]$ ]]
    then
    cp QSPI_42/* ./
    cp PGM_42/* ./
    fi
    echo Press EXIT on the calculator!
    and
    File name: rest47loc
    #!/bin/bash
    echo Hello, I will restore a C47 from local files!
    read -p "Do you want this? " -n 1 -r
    echo
    if [[ $REPLY =~ ^[Yy]$ ]]
    then
    cp QSPI_47/* ./
    cp PGM_47/* ./
    fi
    echo Press EXIT on the calculator!
    In addition, I copied the QSPI_42, QSPI_47, PGM_42 and PGM_47 onto
    the FAT drive.
    Now all I need to do is:
    Activate USB disk
    Open a console on the computer and change onto the mounted FAT drive.
    Then I enter
    bash rest42loc
    or
    bash rest47loc
    This goes much more quickly and you need no files on the
    computer at hand.

  • @N.A._McBee
    @N.A._McBee  Před 5 měsíci +1

    Für die deutschen Zuschauer: Zum Thema gibt es bereits einen Artikel auf c47-calculator.weebly.com! Der beschreibt das System bereits auf der nächsten Entwicklungsstufe, das deutsche Video dazu folgt so bald irgend möglich!

    • @bussiklausi349
      @bussiklausi349 Před 5 měsíci

      Ah - Dankeschön für den Hinweis an die Deutsch Fans! Dann bemühe ich mich hier gar nicht weiter.