wssync.bat #2

  • //
  • guest/
  • perforce_software/
  • cbd/
  • ntx64/
  • scripts/
  • wssync.bat
  • View
  • Commits
  • Open Download .zip Download (242 B)
@ECHO OFF
SET CBD_HOME=C:\p4\common\bin\cbd

IF EXIST C:\Python34\python.exe ( SET PYTHON3_BIN=C:\Python34\python.exe )
IF EXIST C:\Python33\python.exe ( SET PYTHON3_BIN=C:\Python33\python.exe )

%PYTHON3_BIN% %CBD_HOME%\scripts\wssync.py $*
# Change User Description Committed
#5 15091 C. Thomas Tyler Adjusted SDP Instance for CBD Testing on Windows.
#4 13825 C. Thomas Tyler Added call to SDP p4env.bat, corrected params passing.
#3 13823 C. Thomas Tyler Cannot use Python3.4, as P4Python only supports Python3.3
(as of P4Python 2015.1).
#2 13820 C. Thomas Tyler Works with Python3.3 or Python3.4.
#1 13812 C. Thomas Tyler Ported 'p4 sbi' utility  to Windows.