[TeamTalk 245]: [781] trunk/TeamTalk/TeamTalkVirtRun.bat: A version of run that will also launch the unreal client.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Tue Sep 25 02:02:00 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070925/de7afbda/attachment.html
-------------- next part --------------
Copied: trunk/TeamTalk/TeamTalkVirtRun.bat (from rev 780, trunk/TeamTalk/TeamTalkRun.bat)
===================================================================
--- trunk/TeamTalk/TeamTalkVirtRun.bat (rev 0)
+++ trunk/TeamTalk/TeamTalkVirtRun.bat 2007-09-25 06:02:00 UTC (rev 781)
@@ -0,0 +1,25 @@
+ at echo off
+
+:Check to make sure the file is not running with a wrong working directory
+title TeamTalk Lanucher for Win32
+IF NOT EXIST Configurations\DesktopConfiguration\startlist-desktop.config goto Error
+IF NOT EXIST Agents\Pythia\dist\process_monitor.exe goto Error
+
+cd Configurations\DesktopConfiguration
+START ..\..\Agents\Pythia\dist\process_monitor.exe startlist-desktop.config
+cd ..\..
+
+:: Don't display the message that the script was run in the wrong working directory as that was not the case
+goto End
+
+:Error message that says that the script was run outside of the TeamTalk directory.
+
+echo.
+echo This script must be run with the current directory being that of the script.
+echo (For example, click directly on the script in Windows Explorer instead of
+echo entering the full path to the script at the command prompt.)
+echo.
+echo If this is not the case, please contact bfrisch at gmail.com.
+echo.
+
+:End script execution
\ No newline at end of file
More information about the TeamTalk-developers
mailing list