我有一個程序,啓動一個視頻流網站的全屏窗口,並自動登錄到網站。該程序旨在接受參數以自動轉到特定頻道。參數傳遞批處理文件
例如, C:\ Program.exe文件123
這將去流道123
我的一個朋友有他們需要清除Internet緩存,允許自動登錄到發生,所以我有一個批處理文件作爲一個問題如下。
@echo off
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 (Deletes Temporary Internet Files Only)
Start program.exe
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 (Deletes Temporary Internet Files Only)
是否有批處理文件可以改變,以允許我啓動program.bat 123,並將其傳遞給program.exe?