diff options
Diffstat (limited to 'ms/testenc.bat')
-rwxr-xr-x | ms/testenc.bat | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ms/testenc.bat b/ms/testenc.bat index b46af4bd9..2c73bb7d1 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 |