@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 | |
---|---|---|---|---|---|
#2 | 13821 | C. Thomas Tyler | Allowed for Perl to be in C:\Perl\bin or C:\Perl64\bin. | ||
#1 | 13812 | C. Thomas Tyler | Ported 'p4 sbi' utility to Windows. |