rem backup all the disabled cards and add them to the Disabled folder
@echo off
Echo rem copy all disabled cards > CopyDisabledCards.bat
rem Make the script to copy all the disabled cards
For /D %%d in (a0??? a1??? c0??? d0??? e0??? e1??? f0??? f1??? b0???) do @if Exist "%%d\%%d.vhddisabled" echo copy %%d\%%d.vhddisabled Disabled\%%d\%%d.vhddisabled >> CopyDisabledCards.bat
rem Make all the folders needed
MD Disabled
For /D %%d in (a0??? a1??? c0??? d0??? e0??? e1??? f0??? f1??? b0???) do @if Exist "%%d\%%d.vhddisabled" MD Disabled\%%d
rem run the backup script
CopyDisabledCards.bat
exit
rem Restore all the disabled cards and add them to the Disabled folder
@echo off
Echo rem Restore all disabled cards > RestoreDisabledCards.bat
rem Make the script to copy all the disabled cards
For /D %%d in (a0??? a1??? c0??? d0??? e0??? e1??? f0??? f1??? b0???) do @if Exist "Disabled\%%d\%%d.vhddisabled" echo copy Disabled\%%d\%%d.vhddisabled %%d\%%d.vhddisabled >> RestoreDisabledCards.bat
rem run the restore script
RestoreDisabledCards.bat
exit
Als ein Gratisnutzer von iStripper bist du nicht berechtigt Beiträge zu schreiben oder neue Topics zu starten.
Aber du hast Zugriff auf die grundlegenden Bereiche und kannst unsere Community kennen lernen