Author: dreimer
Date: Mon Nov 24 13:42:02 2008
New Revision: 37624
URL:
http://svn.reactos.org/svn/reactos?rev=37624&view=rev
Log:
Now this should be complete. First two possible updates install correctly. Have fun with
it.
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/update.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/update.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/upd…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/update.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/update.cmd [iso-8859-1] Mon Nov 24 13:42:02 2008
@@ -154,6 +154,9 @@
:UPDCHECK
+if exist "%_ROSBE_VERSION%-%_ROSBE_STATCOUNT%.txt" (
+ goto :EOF
+)
if not exist "%_ROSBE_VERSION%-%_ROSBE_STATCOUNT%.txt" (
"%_ROSBE_BASEDIR%\Tools\wget.exe" -N --ignore-length --no-verbose
%_ROSBE_URL%/%_ROSBE_VERSION%-%_ROSBE_STATCOUNT%.txt 1> NUL 2> NUL
)
@@ -171,6 +174,7 @@
"%_ROSBE_BASEDIR%\Tools\7z.exe" x
"%_ROSBE_VERSION%-%_ROSBE_STATCOUNT%.7z"
cd "%_ROSBE_VERSION%-%_ROSBE_STATCOUNT%"
call "%_ROSBE_VERSION%-%_ROSBE_STATCOUNT%.cmd"
+ goto :EOF
) else (
echo ERROR: This Update does not seem to exist or the Internet connection is
not working correctly.
goto :EOF