T
tabea60
Gast
Hallo zusammen,
ich bin die Tabea und bin langsam am verzweifeln da ich keinen Durchblick mehr habe!
Ich hoffe, dass es hier jemanden gibt der mehr vom Scriptschreiben versteht und mir bei meinem Problem hilft!
Das Script funktioniert soweit ganz gut aber ich möchte den Download auf 1x Update beschränken!
Vielleicht ist einer von Euch in der Lage mein Problem zu lösen!?
Für die Mühe bedanke ich mich im Voraus und wünsche schöne Pfingsten -gehabt zu haben-!
ich bin die Tabea und bin langsam am verzweifeln da ich keinen Durchblick mehr habe!
Ich hoffe, dass es hier jemanden gibt der mehr vom Scriptschreiben versteht und mir bei meinem Problem hilft!
Das Script funktioniert soweit ganz gut aber ich möchte den Download auf 1x Update beschränken!
Vielleicht ist einer von Euch in der Lage mein Problem zu lösen!?
Für die Mühe bedanke ich mich im Voraus und wünsche schöne Pfingsten -gehabt zu haben-!
Code:
:download
ping /n 9 localhost >nul
echo/
if %myprogrammist2% EQU 100 goto nomyprogramm
echo ****************************************
echo * *
if %myprogrammist2% GTR 999 (
echo * myprogramm Update from %myprogrammist2% to max.1350 *
) else (
echo * myprogramm Update from %myprogrammist2% to max.1350 *
)
set /a cnt=%myprogrammist2%
:loopa
set /a cnt=%cnt%+1
wget --spider -o download http://myhomepage/update/myprogramm/%versiondir%/up-at2%cnt%%version%.exe
findstr /m "Length:" download
if %errorlevel%==1 (
echo * myprogramm complete *
echo * *
echo ****************************************
goto AT1
) else (
if exist %home%\SYLT\DATA\AT2\Update\up-at2%cnt%%version%.exe (
goto loopa
) else (
wget.exe -q -c http://myhomepage/update/myprogramm/%versiondir%/up-at2%cnt%%version%.exe -P %home%\SYLT\DATA\AT2\Update
)
)
if %cnt% lss 1350 goto loopa