powershell命令调用exe文件进行转换
1
powershell -Command "Start-Process -FilePath 'C:\BarTender\Log\txt_to_excel.exe' -WorkingDirectory 'C:\BarTender\Log' -WindowStyle Hidden -Verb RunAs""
实际使用powershell命令

1
powershell -Command "Start-Process -FilePath 'C:\BarTender\Log\txt_to_excel.exe' -WorkingDirectory 'C:\BarTender\Log' -WindowStyle Hidden -Verb RunAs""
