X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=x4get.bat;h=b89cc65798f3d27476babb742026ff3f49189d2d;hb=26536b16d4825df06a4e73380985afb3a0bfb7e4;hp=2637951be17fbbbba3fa9aaaad38ef62f4c6d38f;hpb=ed9a91af9859db500a3602dce4fb45bcf0c32b51;p=16.git diff --git a/x4get.bat b/x4get.bat index 2637951b..b89cc657 100755 --- a/x4get.bat +++ b/x4get.bat @@ -25,18 +25,18 @@ rem echo y=%y set z=%o ) endif - htget http://%url/%1.zi.%z > %y + htget http://%url/%1.zip.%z > %y rem pause iff NOT "%@FILESIZE[%y,b]" == "0" then - type %y >> %w.zi + type %y >> %w.zip iff "%@FILESIZE[%y,b]" == "65536" then rem echo o=%o goto oooo endiff iff NOT "%#" == "0" then shift /1 - iff exist %w.zi then - unzi %w.zi + iff exist %w.zip then + unzip %w.zip del %w.z* endiff goto loop