From 6ddcb08f20edbd69ca8e317d1b31aeaf1652a88f Mon Sep 17 00:00:00 2001 From: David Cameron Date: Thu, 25 Dec 2008 12:18:12 +0000 Subject: [PATCH] Tweaks I'm finding useful locally. --- b.bat | 2 +- start cctray.bat | 5 +++-- start server.bat | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/b.bat b/b.bat index 1dbf1ca0d..ff5420b1e 100644 --- a/b.bat +++ b/b.bat @@ -1,4 +1,4 @@ @echo off cls tools\nant\NAnt.exe -buildfile:ccnet.build -nologo -logfile:build.txt %* -echo %time% +echo %time% %date% diff --git a/start cctray.bat b/start cctray.bat index 90588867e..49dfa001b 100644 --- a/start cctray.bat +++ b/start cctray.bat @@ -1,3 +1,4 @@ @echo off -cd build\cctray -start /b cctray.exe \ No newline at end of file +pushd build\cctray +start /b cctray.exe +popd \ No newline at end of file diff --git a/start server.bat b/start server.bat index 792b03c7f..60ecab349 100644 --- a/start server.bat +++ b/start server.bat @@ -1,3 +1,4 @@ @echo off -cd build\server -ccnet.exe \ No newline at end of file +pushd build\server +ccnet.exe +popd \ No newline at end of file