UpdateManager.bat
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:1k
- call setallEnv.bat
- cd ..
- set CLASSPATH=%SNMP_HOME%classes;%SNMP_HOME%jarscrimson.jar;%SNMP_HOME%jarsjaxp.jar;%SNMP_HOME%jarsAdventNetUpdateManager.jar;%CLASSPATH%;%SNMP_HOME%conf
- rem Usage java com.adventnet.tools.update.PatchManager [-i internationalize] [-l language] [-o country] [-p properties] [-f filepath]
- rem Give the command line arguments in ""
- rem -i internationalize(Give true for internationalisation)
- rem -l language (lowercase two-letter ISO-639 code)
- rem -o country (uppercase two-letter ISO-3166 code)
- rem -p properties (Give the name of .properties file)
- rem -f filepath (The path where the .properties file is present)
-
- %JAVA_CMD% com.adventnet.tools.update.PatchManager -i "true" -l "en" -o "IN" -p "UpdateManager" -f "%SNMP_HOME%conf"