mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-12-26 16:11:56 +01:00
fix to d2x-beta-md6-updater.bat
This commit is contained in:
parent
3e6124d0f6
commit
d5dbb55b2b
@ -6,31 +6,29 @@ if not exist support cd..
|
||||
if not exist temp\DownloadQueues mkdir temp\DownloadQueues
|
||||
|
||||
::build d2xAll queue
|
||||
if exist temp\DownloadQueues\d2xAll.bat goto:skip
|
||||
|
||||
echo set AdvNumber=0 >temp\DownloadQueues\d2xAll.bat
|
||||
echo if /i '?GetAdvNumberOnly?' EQU 'Y' goto:endofqueue>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set ROOTSAVE=off>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set Option1=off>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[37]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[38]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[56]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[53]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[55]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[57]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[58]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[37]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[38]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[53]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[55]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[56]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[57]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[58]-d2x-v6=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[37]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[38]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[56]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[53]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[55]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[57]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS249[58]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[37]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[38]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[53]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[55]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[56]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[57]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo Set cIOS250[58]-d2x-v7-final=*>>temp\DownloadQueues\d2xAll.bat
|
||||
echo :endofqueue>>temp\DownloadQueues\d2xAll.bat
|
||||
|
||||
support\sfk filter -spat temp\DownloadQueues\d2xAll.bat -rep _\x27_\x22_ -rep _\x3f_\x25_ -rep _"AdvNumber=0 "_"AdvNumber=0"_ -write -yes>nul
|
||||
|
||||
:skip
|
||||
echo d2x cIOS beta MD5 Updater
|
||||
echo -------------------------
|
||||
echo.
|
||||
|
Loading…
Reference in New Issue
Block a user