Skip to content

Commit

Permalink
Tweaks I'm finding useful locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
davcamer committed Dec 25, 2008
1 parent 733a86b commit 6ddcb08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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%
5 changes: 3 additions & 2 deletions start cctray.bat
@@ -1,3 +1,4 @@
@echo off
cd build\cctray
start /b cctray.exe
pushd build\cctray
start /b cctray.exe
popd
5 changes: 3 additions & 2 deletions start server.bat
@@ -1,3 +1,4 @@
@echo off
cd build\server
ccnet.exe
pushd build\server
ccnet.exe
popd

0 comments on commit 6ddcb08

Please sign in to comment.