stop.bat 353 B

123456789
  1. :: The first param is profile name, e.g., ma_test, default value is 'agent'
  2. set profile=agent
  3. if not [%1] == [] set profile=%1
  4. cd ..
  5. setlocal enabledelayedexpansion
  6. set CLASSPATH=
  7. for %%I in (dir lib/*.jar) do set CLASSPATH=lib/%%I;!CLASSPATH!
  8. java -classpath "%CLASSPATH%" com.creditease.agent.feature.nodeopagent.NodeOperCtrlClient %profile% shutdown