[TeamTalk 356]: [892] trunk/usarsim/System/copy_bins.bat: 1) Setting echo off in copy_bins. bat

bfrisch@edam.speech.cs.cmu.edu bfrisch at edam.speech.cs.cmu.edu
Thu Dec 27 15:50:51 EST 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20071227/ae3c28f3/attachment.html
-------------- next part --------------
Modified: trunk/usarsim/System/copy_bins.bat
===================================================================
--- trunk/usarsim/System/copy_bins.bat	2007-12-26 22:48:40 UTC (rev 891)
+++ trunk/usarsim/System/copy_bins.bat	2007-12-27 20:50:49 UTC (rev 892)
@@ -1,5 +1,9 @@
-:: Given a UNC Path this script will copy all recently built binary files from the server.
+ at echo off
 
+:: Given a Path this script will copy all recently built binary files from the server.
+:: Note: CMD.exe by default does not support UNC paths, so it is recommended that you mount the shared system directory of UT2004 as its own drive
+:: If you are intersted in changing this see: http://support.microsoft.com/kb/156276 (though I have had mixed sucess with this)
+
 if "%1"=="" echo Usage copy_bins.bat UNCPathToServer
 if "%1"=="/?" echo Usage copy_bins.bat UNCPathToServer
 if "%1"=="\?" echo Usage copy_bins.bat UNCPathToServer


More information about the TeamTalk-developers mailing list