@ECHO OFF SET CBD_HOME=C:\p4\common\bin\cbd SET CBD_SCRIPTS=%CBD_HOME%\scripts IF EXIST C:\Perl64\bin\perl.exe ( SET PERLBIN=C:\Perl64\bin\perl.exe ) IF EXIST C:\Perl\bin\perl.exe ( SET PERLBIN=C:\Perl\bin\perl.exe ) %PERLBIN% %CBD_SCRIPTS%\sbi_win.pl
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 21706 | Sven Erik Knop |
Populate //cbd/main/... .... |