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
作为iStripper 的免费用户,您不能在论坛中回答话题或创建新话题。
但您仍然可以访问基本类别并与我们的社区取得联系!