6320ax04.fm Draft Document for Review July 28, 2004 7:33 pm
250 Keeping Commerce Applications Updated WebSphere Commerce 5.1 to 5.6 Migration Guide
Example: A-4 wcs_pmpassword.bat script for WebSphere Commerce V5.6 Toolkit
@echo off
%~d0
cd %~p0
setlocal
rem Pick up the WebSphere Commerce environment variables
call setenv.bat
set CP=%RUNTIME_CLASSES%;%PROPERTIES%;%RUNTIME_JA RS%\wcs.jar
%JAVA_HOME%\bin\java -classpath %CP% com.ibm.co mmerce.util.WCSPMPassword %1 %2
endlocal