UpdateManager.bat
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. call setallEnv.bat
  2. cd ..
  3. set CLASSPATH=%SNMP_HOME%classes;%SNMP_HOME%jarscrimson.jar;%SNMP_HOME%jarsjaxp.jar;%SNMP_HOME%jarsAdventNetUpdateManager.jar;%CLASSPATH%;%SNMP_HOME%conf
  4. rem Usage java com.adventnet.tools.update.PatchManager  [-i internationalize] [-l language] [-o country] [-p properties] [-f filepath]
  5. rem Give the command line arguments in ""
  6. rem    -i internationalize(Give true for internationalisation)
  7. rem    -l language (lowercase two-letter ISO-639 code)
  8. rem    -o country (uppercase two-letter ISO-3166 code)
  9. rem    -p properties (Give the name of .properties file)
  10. rem    -f filepath (The path where the .properties file is present)
  11.  
  12. %JAVA_CMD% com.adventnet.tools.update.PatchManager -i "true" -l "en" -o "IN" -p "UpdateManager" -f "%SNMP_HOME%conf"