buildconfig.bat 82 B

123456
  1. @echo off
  2. echo "build config info"
  3. python config_cmd.py -d ../config
  4. pause
  5. ::exit