summaryrefslogtreecommitdiffstats
path: root/basic/scripts/cthon.bat
blob: 0d27ee59539bcf26fbc1341b9f72109a9e76eee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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