branch | RCL_3 |
changeset 73 | 22bdd8a90cc4 |
parent 18 | 99082257a271 |
62:7416fe50a180 | 73:22bdd8a90cc4 |
---|---|
13 @rem |
13 @rem |
14 @rem Description: |
14 @rem Description: |
15 @rem |
15 @rem |
16 @echo off |
16 @echo off |
17 |
17 |
18 perl -w -S memtrace.pl %1 %2 %3 %4 %5 %6 %7 %8 %9 |
18 perl -S memtrace.pl %1 %2 %3 %4 %5 %6 %7 %8 %9 |
19 if errorlevel==1 goto CheckPerl |
19 if errorlevel==1 goto CheckPerl |
20 goto End |
20 goto End |
21 |
21 |
22 :CheckPerl |
22 :CheckPerl |
23 perl -v >NUL |
23 perl -v >NUL |