branch | RCL_3 |
changeset 73 | 22bdd8a90cc4 |
parent 18 | 99082257a271 |
62:7416fe50a180 | 73:22bdd8a90cc4 |
---|---|
14 @rem Description: |
14 @rem Description: |
15 @rem |
15 @rem |
16 @echo off |
16 @echo off |
17 |
17 |
18 |
18 |
19 perl -w -S epocrc.pl %* |
19 perl -S epocrc.pl %* |
20 if errorlevel==1 goto CheckPerl |
20 if errorlevel==1 goto CheckPerl |
21 goto End |
21 goto End |
22 |
22 |
23 :CheckPerl |
23 :CheckPerl |
24 perl -v >NUL |
24 perl -v >NUL |