sbi.bat #1

  • //
  • guest/
  • perforce_software/
  • cbd/
  • dev/
  • scripts/
  • sbi.bat
  • View
  • Commits
  • Open Download .zip Download (254 B)
@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 15008 C. Thomas Tyler Merge down from CBD mainline.
//guest/perforce_software/cbd/main/scripts/sbi.bat
#1 13835 C. Thomas Tyler Added Windows support for server-side components.
These changes should not interfere with Linux operation.
Includes:
* Sample Windows broker config file.
* Windows batch file wrapper scripts.
* Code changes to support minor variations for
Windows and Linux SDP.
* Some defensive coding to avoid an exception to avoid
processing a Classic workspace.
//guest/perforce_software/cbd/ntx64/scripts/sbi.bat
#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.