ExportExcel.bat 72 B

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