# HG changeset patch # User Jan Vrany # Date 1353701792 -3600 # Node ID 24e2bab66b91a7975f158c3b01014dbf4b11ea1e # Parent 32eb7674acbda91742a220cc27f2d02431dc36d3 Fix for runnong from different directoru Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ diff -r 32eb7674acbd -r 24e2bab66b91 reports/report-runner.bat --- a/reports/report-runner.bat Fri Nov 23 20:04:10 2012 +0100 +++ b/reports/report-runner.bat Fri Nov 23 21:16:32 2012 +0100 @@ -1,1 +1,1 @@ -call ..\..\..\projects\smalltalk\stx -Mold:64000 -I -abortOnSEGV -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9 +call %~dp0\..\..\..\projects\smalltalk\stx -Mold:64000 -I -abortOnSEGV --nosplash -f %~dp0\report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9