天天看點

bat調用exe檔案并且傳遞參數

bat調用exe檔案并且傳遞參數

bat調用exe,并且傳遞日期參數,代碼:

@echo off
cd "E:\SublimeWorks\exe"
start xyzj_shrjjbat.exe 20180122
exit      

繼續閱讀