ExportExcel.bat 77 B

12345
  1. @echo off
  2. cd ../DebugBin
  3. Tool.exe --AppType=ExcelExporter --Console=1
  4. @pause