0
最初我使用批處理文件捕獲文件,並用記事本打開。如何編寫批處理文件,以便使用寫字板進行保存。批處理文件:無法用寫字板打開特定文件並保存
批處理文件:
Remarks:This document is for Linksys for version v4.30.5, the auto sensing part.
"C:\Program Files (x86)\Wireless Guard\wget" "http://192.168.1.254/[email protected]=C_2_0"
copy "[email protected]=C_2_0" "[email protected]=C_2_0.txt"
del "[email protected]=C_2_0"
你的問題到底是什麼?批處理文件是純文本,所以它將保存在任何能夠以該格式保存的編輯器中(記事本,寫字板,記事本++等) –
我無法想象您可以對批處理文件本身做任何事情來啓用或禁用它與寫字板開幕。你的問題更可能與你試圖在寫字板中打開批處理文件的方式有關。這類問題可能屬於[su]。 –