• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wwww


Commit MetaInfo

修訂2100c2bd35c44e4d097f3243a6b56c4535568edb (tree)
時間2016-07-19 23:03:45
作者sparky4 <sparky4@cock...>
Commitersparky4

Log Message

wwww 16.exe polished wwww and x4get.bat updated to handle more than 10 parts... needs through testingls -lat wwww

Change Summary

差異

--- a/x4get.bat
+++ b/x4get.bat
@@ -17,15 +17,15 @@ rem for %# in (1,1,%*) do (
1717 rem echo y=%y
1818 if %o lt 100 (
1919 if %o lt 10 (
20- set q=00%o
20+ set z=00%o
2121 ) else (
22- set q=0%o
22+ set z=0%o
2323 ) endif
2424 ) else if %o gt 99 (
25- set q=%o
25+ set z=%o
2626 ) endif
2727
28- htget http://%url/%1.zip.%q > %y
28+ htget http://%url/%1.zip.%z > %y
2929
3030 rem pause
3131 iff exist %y then
@@ -43,6 +43,8 @@ rem echo o=%o
4343 endiff
4444 goto loop
4545 endiff
46+ else
47+ echo "Error wwww invalid file name."
4648 endiff
4749 rem echo y="%y"
4850 rem echo q=%q