懒人日志:小说批量重命名。。。

小说太多,都是以****.txt(文件名为数字)命名,为了方便寻找便有了将小说重命名的想法

小说名在文件内,手动操作太累,而且打开也慢(单个.txt文件都1M以上)

作为一个懒人,写个能用的程序把小说整理下吧

example:

文件名 10201.txt

文件内容:

     [测试文件 /  猪妖 著]

***************(正文)

(end)

 


 

 

由于文件格式基本统一(从同一个网站上下载的盗贴 >_< ),因此批量处理重命名就成了最佳选择

贴上未完全成型的C代码:

 

 

文件处理部分用了MFC,若新建工程时没有选择MFC APP,导致LINK时出错,2钟解决方案:

1、工程-设置-Microsoft 基础类:使用MFC作为静态链接库,确定。

2、工程-设置-C/C++选项卡,“分类”改为Code Generation,“Use run-time library:”改为Debug Multithreaded,确定即可。

 

测试运行结果:

 

Rename successfully from 10026.txt to 超级电鳗分身-匣中藏剑.txt

Rename successfully from 10032.txt to 盾击-九哼.txt

Rename successfully from 10042.txt to 重生之心动-初恋璀璨如夏花.txt

Rename successfully from 10092.txt to 问道九霄-独孤伤.txt

Rename successfully from 10124.txt to 位面农场-海东.txt

Rename successfully from 10166.txt to 吞噬星空-我吃西红柿.txt

Rename successfully from 10167.txt to 昏君-傲无常.txt

Rename successfully from 10243.txt to 神职-短刃.txt

Rename successfully from 10258.txt to 灵罗戒-夜·水寒.txt

Rename successfully from 10284.txt to 古武无双-孓无我.txt

Rename successfully from 10297.txt to 黄金瞳-打眼.txt

Rename successfully from 10342.txt to 纯阳仙境-羽民.txt

Rename successfully from 10347.txt to 网游之重现神话-绛紫色.txt

Rename successfully from 10432.txt to 网游之野蛮之王-懒猪雷.txt

Rename successfully from 10520.txt to 唐僧志-蓝波水.txt

Rename successfully from 10548.txt to 重生之贼行天下-发飙的蜗牛.txt

Rename successfully from 10840.txt to 重生之黄金年代-财神宁.txt

Rename successfully from 10856.txt to 都市仙火-五家村.txt

Rename successfully from 11087.txt to 武极巅峰-雨辰宇.txt

Rename successfully from 11232.txt to 无尽寿元-善良的赵员外.txt

Rename successfully from 11249.txt to 大唐军魂-黄昏前面.txt

Rename successfully from 11279.txt to 气冲星河-犁天.txt

Rename successfully from 11413.txt to 唯我独尊-小刀锋利.txt

Rename successfully from 11474.txt to 异世傲天-傲月长空.txt

Rename successfully from 11505.txt to 仙铃-紫钗恨.txt

Rename successfully from 11826.txt to 重生之盾御苍穹-半步沧桑.txt

Rename successfully from 12142.txt to 天武极限-火牛风云.txt

Rename successfully from 2101.txt to 盘龙-我吃西红柿.txt

Rename successfully from 2158.txt to 重生之官路商途-更俗.txt

Rename successfully from 2331.txt to 魔兽剑圣异界纵横-天蚕土豆.txt

Rename successfully from 37.txt to 星辰变-我吃西红柿.txt

Rename successfully from 4708.txt to 斗罗大陆-唐家三少.txt

Rename successfully from 5052.txt to 星墓-风起闲云.txt

Rename successfully from 5744.txt to 重启家园-九头怪猫.txt

Rename successfully from 5755.txt to 凌天传说-风凌天下.txt

Rename successfully from 6235.txt to 贼胆-发飙的蜗牛.txt

Rename successfully from 644.txt to 笑傲江湖-金庸.txt

Rename successfully from 7397.txt to 剑噬天下-乘风御剑.txt

Rename successfully from 7412.txt to 星穹君王-火牛风云.txt

Rename successfully from 7551.txt to 最穿越-萧瑟朗.txt

Rename successfully from 7930.txt to 第一魔法师-夜·水寒.txt

Rename successfully from 7998.txt to 刀御天元-孓无我.txt

Rename successfully from 8193.txt to 三国之宅行天下-贱宗首席弟子.txt

Rename successfully from 8429.txt to 武神-苍天白鹤.txt

Rename successfully from 8437.txt to 掌中星际-钻石雕塑.txt

Rename successfully from 8820.txt to 玄天至尊-爱喝白开水.txt

Rename successfully from 8857.txt to 唐寅在异界-六道.txt

Rename successfully from 8971.txt to 重生之大涅磐-奥尔良烤鲟鱼堡.txt

Rename successfully from 9098.txt to 英雄无敌之十二翼天使-七十二翼天使.txt

Rename successfully from 9408.txt to 地师-徐公子胜治.txt

Rename successfully from 9427.txt to 异世邪君-风凌天下.txt

Rename successfully from 954.txt to 魔法师-韦小宝.txt

Rename successfully from 9624.txt to 异界魅影逍遥-纯情犀利哥.txt

Rename successfully from 9688.txt to 武道天途-半块铜板.txt

Rename successfully from 9827.txt to 湛蓝徽章-Deathstate.txt

Rename successfully from 9892.txt to 末世超级商人-雨水.txt

Rename successfully from 9908.txt to 灵武九天-夜色访者.txt

Rename successfully from 9924.txt to 网游之无人可挡-狱血魔神.txt

Rename successfully from 9992.txt to 不灭剑体-十步行.txt

Press any key to continue

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值