Author: nextgens
Date: 2006-07-08 12:27:00 +0000 (Sat, 08 Jul 2006)
New Revision: 9505
Modified:
trunk/apps/installer/installclasspath/windows/update.cmd
Log:
12:25 < FuriousRage> might wanna toss in a @ before the copy command so it
doesnt spew out the
copy, would look clearner imo
Modified: trunk/apps/installer/installclasspath/windows/update.cmd
===================================================================
--- trunk/apps/installer/installclasspath/windows/update.cmd 2006-07-08
12:13:36 UTC (rev 9504)
+++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-07-08
12:27:00 UTC (rev 9505)
@@ -26,8 +26,8 @@
echo -----
if not exist wrapper.conf.bak copy wrapper.conf wrapper.conf.bak
-del wrapper.conf
-copy wrapper.conf.bak wrapper.conf
+ at del wrapper.conf
+ at copy wrapper.conf.bak wrapper.conf
::Get the filename and skip straight to the Freenet update if this is a new
updater
for %%I in (%0) do set FILENAME=%%~nxI