[問題] 想用批次檔整理記事本

看板Windows作者 (雞爪)時間11年前 (2013/07/06 01:25), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/2 (看更多)
小弟現有70本記事本,置於同一資料夾中,依檔名中的數字大小排列如下: position_d=181.txt position_d=182.txt . . . position_d=250.txt 現欲將各記事本的內容,匯集至新事本list.txt。 於是試了以下指令 @echo off for /L %n in (181,1,250) do type position_d=%n.txt >> list.txt pause 及 @echo off for %%i in (*.txt) do type %%i >> list.txt pause 但都沒有成功,懷疑問題是出在等號的表達,因為第二個寫法出現以下錯誤訊息: The system cannot find the file specified. Error occurred while processing: position_d. The system cannot find the file specified. Error occurred while processing: 250.txt. 小弟還是新手,懇請版友們幫幫忙 -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.101.4

07/06 08:22, , 1F
到EzHotKey問問看
07/06 08:22, 1F
文章代碼(AID): #1Hrm6NRb (Windows)
文章代碼(AID): #1Hrm6NRb (Windows)