wssync.bat #5

  • //
  • guest/
  • perforce_software/
  • cbd/
  • ntx64/
  • scripts/
  • wssync.bat
  • View
  • Commits
  • Open Download .zip Download (224 B)
@ECHO OFF
CALL C:\p4\common\bin\p4env.bat CBDTest
SET CBD_HOME=C:\p4\common\bin\cbd
SET CBD_SCRIPTS=%CBD_HOME%\scripts
SET PYTHON3_BIN=C:\Python33\python.exe

%PYTHON3_BIN% %CBD_SCRIPTS%\wssync.py %1 %2 %3 %4 %5 %6 %7 %8 %9
# 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.