举报
#include<File.au3> $ImgFileList = _FileListToArray("C:\images", "*.gif", 1) $File = FileOpen("C:\images\文件名.txt", 0) For $I = 1 To $ImgFileList[0] $Name = FileReadLine($File, $I) FileMove("C:\images\" & $ImgFileList[$I], "C:\images\" & $Name & ".gif") Next FileClose($File)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 14:23 , Processed in 0.071802 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.