SSTemplateUpdate.bat #1

  • //
  • guest/
  • perforce_software/
  • cbd/
  • ntx64/
  • triggers/
  • SSTemplateUpdate.bat
  • View
  • Commits
  • Open Download .zip Download (212 B)
@ECHO OFF
CALL C:\p4\common\bin\p4env.bat 1 > NUL 2>&1
SET CBD_HOME=C:\p4\common\bin\cbd
SET CBD_TRIGGERS=%CBD_HOME%\triggers

C:\Python33\python.exe %CBD_TRIGGERS%\SSTemplateUpdate.py %1 %2 %3 %4 %5 %6 %7 %8 %9
# Change User Description Committed
#2 15092 C. Thomas Tyler Fixed CBD environment-deprivation issue for CBD trigger.
#1 13829 C. Thomas Tyler Added SSTemplateUpdate.bat wrapper for Windows operation.