summaryrefslogtreecommitdiffstats
path: root/ms/testenc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ms/testenc.bat')
-rwxr-xr-xms/testenc.bat10
1 files changed, 6 insertions, 4 deletions
diff --git a/ms/testenc.bat b/ms/testenc.bat
index b46af4bd9c..2c73bb7d1c 100755
--- a/ms/testenc.bat
+++ b/ms/testenc.bat
@@ -1,10 +1,12 @@
echo=off
+echo start testenc
+path=..\ms;%path%
set ssleay=%1%
-set input=testenc.bat
-set tmp1=cipher.out
-set out1=clear.out
-set cmp=perl cmp.pl
+set input=..\ms\testenc.bat
+set tmp1=..\ms\cipher.out
+set out1=..\ms\clear.out
+set cmp=perl ..\ms\cmp.pl
call tenc.bat enc
if errorlevel 1 goto err