我目前正在尋找一種方法來從txt文檔中的鏈接設置windows批處理文件中的變量。Windows批處理:從文本文件中設置變量
因此,例如,如果文本文件中讀取:
http://website1.com
http://website2.com
http://website3.com
我能希望他們輸出到批處理變量。例如:
set var1="Line one of text file, ex: http://website1.com"
set var2="Line two of text file, ex :http://website2.com"
set var3="Line three of text file, ex: http://website3.com"
任何幫助表示讚賞,在此先感謝!
我的錯誤,謝謝你! – Dustin 2011-05-04 16:18:51
至於你的問題,我認爲你會從bat文件中找到這個難題。你有沒有考慮過PowerShell,哪個*可能更容易?你實際使用哪種操作系統/版本? – forsvarir 2011-05-04 16:19:03
目前只是Windows XP Pro。任何建議非常感謝。 :D – Dustin 2011-05-04 16:32:51