Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/bin/client2.bat.in @ 2709

Last change on this file since 2709 was 2709, checked in by rgrieder, 15 years ago

Added run scripts for client1, client2 and server.
They will be copied to the same locations as the original run scripts.
Furthermore specifying "—directory foobar" to the command line will put the config and log files in the subfolder foobar.
—> server goes to config/server, etc.
That should avoid conflicts when using the same logfile from multiple executables.

  • Property svn:eol-style set to native
  • Property svn:mergeinfo set to (toggle deleted branches)
    /code/branches/buildsystem/bin/mingw/orxonox.bat2278-2400
    /code/branches/ceguilua/bin/orxonox.bat1802-1808
    /code/branches/core3/bin/orxonox.bat1572-1739
    /code/branches/gcc43/bin/orxonox.bat1580
    /code/branches/gui/bin/orxonox.bat1635-1723
    /code/branches/input/bin/orxonox.bat1629-1636
File size: 200 bytes
Line 
1title @PROJECT_NAME@
2path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path%
3@WINDOWS_DRIVE_CHANGE@
4cd @CURRENT_RUNTIME_DIR_WINDOWS@
5@ORXONOX_EXECUTABLE_NAME@ --state client --directory client2
6pause
Note: See TracBrowser for help on using the repository browser.