Author: nextgens Date: 2006-08-09 13:42:49 +0000 (Wed, 09 Aug 2006) New Revision: 9997
Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd Log: new_installer: we don't need to display the status of the fetch on windows Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-09 13:24:55 UTC (rev 9996) +++ trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-09 13:42:49 UTC (rev 9997) @@ -57,25 +57,22 @@ @if not exist jsite goto nojsite @del /F jsite > NUL @echo "Downloading jSite" - at java -jar bin\sha1test.jar jSite/jSite.jar . - at echo "Done" + at java -jar bin\sha1test.jar jSite/jSite.jar . > NUL :nojsite @if not exist thaw goto nothaw @del /F thaw > NUL @echo "Downloading Thaw" - at java -jar bin\sha1test.jar Thaw/Thaw.jar . - at echo "Done" + at java -jar bin\sha1test.jar Thaw/Thaw.jar . > NUL :nothaw @if not exist frost goto nofrost @del /F frost > NUL @echo "Downloading Frost" - at java -jar bin\sha1test.jar frost/frost.zip . + at java -jar bin\sha1test.jar frost/frost.zip . > NUL @echo "Setting Frost up" @mkdir frost - at java -jar uncompress.jar frost.zip frost - at echo "Done" + at java -jar bin\uncompress.jar frost.zip frost > NUL :nofrost @echo "Finished"
