equal
deleted
inserted
replaced
10 @REM Contributors: |
10 @REM Contributors: |
11 @REM |
11 @REM |
12 @REM Description: |
12 @REM Description: |
13 @REM Invokes the tool by call to the related interpreter |
13 @REM Invokes the tool by call to the related interpreter |
14 |
14 |
15 @SETLOCAL |
15 @perl %~dp0\..\clone_packages\clone_all_packages.pl %* |
16 @IF NOT "%PDT_HOME%"=="" ( |
|
17 SET UTILITIES_HOME=%PDT_HOME%\utilities |
|
18 ) ELSE ( |
|
19 SET UTILITIES_HOME=%~dp0\.. |
|
20 ) |
|
21 |
|
22 @perl %UTILITIES_HOME%\clone_packages\clone_all_packages.pl %* |
|
23 |
|
24 @ENDLOCAL |
|