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" [EMAIL PROTECTED] -jar bin\sha1test.jar jSite/jSite.jar . [EMAIL PROTECTED] "Done" [EMAIL PROTECTED] -jar bin\sha1test.jar jSite/jSite.jar . > NUL :nojsite @if not exist thaw goto nothaw @del /F thaw > NUL @echo "Downloading Thaw" [EMAIL PROTECTED] -jar bin\sha1test.jar Thaw/Thaw.jar . [EMAIL PROTECTED] "Done" [EMAIL PROTECTED] -jar bin\sha1test.jar Thaw/Thaw.jar . > NUL :nothaw @if not exist frost goto nofrost @del /F frost > NUL @echo "Downloading Frost" [EMAIL PROTECTED] -jar bin\sha1test.jar frost/frost.zip . [EMAIL PROTECTED] -jar bin\sha1test.jar frost/frost.zip . > NUL @echo "Setting Frost up" @mkdir frost [EMAIL PROTECTED] -jar uncompress.jar frost.zip frost [EMAIL PROTECTED] "Done" [EMAIL PROTECTED] -jar bin\uncompress.jar frost.zip frost > NUL :nofrost @echo "Finished" _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
