Blogtrottr
Changes are afoot at Blogtrottr!
By popular request, we're bringing in paid plans with some cool new features (and more on the way). You can read all about it in our blog post.
批踢踢實業坊 Windows 板
Re: [問題] 想用批次檔整理記事本
Jul 6th 2013, 09:49, by hsiaulong

作者hsiaulong (假性瞇瞇眼)

看板Windows

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

時間Sat Jul 6 09:49:26 2013

※ 引述《ed78617 (雞爪)》之銘言: : 小弟現有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. : 小弟還是新手,懇請版友們幫幫忙 應該就是檔名部份的問題 你可以改成這樣 @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 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.193.196.148

This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions
arrow
arrow
    全站熱搜

    xals2q 發表在 痞客邦 留言(0) 人氣()