From 43d64aa2dabf5029aac3e503a875a3cda6c5d253 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sun, 22 Feb 2009 14:43:02 -0500 Subject: Inital Commit --- basic/scripts/cthon.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 basic/scripts/cthon.bat (limited to 'basic/scripts/cthon.bat') diff --git a/basic/scripts/cthon.bat b/basic/scripts/cthon.bat new file mode 100644 index 0000000..0d27ee5 --- /dev/null +++ b/basic/scripts/cthon.bat @@ -0,0 +1,16 @@ +rem @(#)cthon.bat 1.1 98/10/26 Connectathon Testsuite +@echo off + +rem %1 path to executable +rem %2 name of test +rem %3 testdir name +rem %4 logfile name +rem %+ parameters + + +PATH=%1;%PATH% +set NFSTESTDIR=%3 + +@echo on +redir -r2 %2 %5 %6 %7 %8 %9 >> %4 + -- cgit