文件名称:Demo
- 所属分类:
- 文件操作
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-12-05
- 文件大小:
- 3.25mb
- 下载次数:
- 0次
- 提 供 者:
- l*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
目的:对以数字为序号的jpg文件进行重命名,使ACDSee对文件的排序与windoes的相同。
功能描述:通过设置文件扩展名和所需的文件名宽度,程序能够将当前目录下指定扩展名、且文件名小于指定文件名宽度的文件的文件名通过在文件名首添加“0”的方式重命名为指定的宽度;例如:扩展名为“jpg”,文件名宽度为“2”,当前目录中的jpg文件有:“1.jpg”、“2.jpg”、“3.jpg”、“4.jpg”、“5.jpg”、“6.jpg”、“7.jpg”、“8.jpg”、“9.jpg”、“10.jpg”、“01.jpg”,程序执行后,文件被重命名为::“1.jpg”、“02.jpg”、“03.jpg”、“04.jpg”、“05.jpg”、“06.jpg”、“07.jpg”、“08.jpg”、“09.jpg”、“10.jpg”、“01.jpg”,由于“1.jpg”和“01.jpg”同时存在,则这两个文件的文件名都不会被修改,并在“冲突的文件”提示框中提示。扩展名默认为“jpg”,文件名宽度默认为“2”,可以修改。-Objective: To rename jpg files to digital serial number ACDSee sort of file with windoes same.
The file name of Descr iption: extension specified file extension by setting the width and the desired file name, the program to the current directory, and the file name is less than the width of the specified file name of the file by the way, add a "0" in the file name rename the specified width example: extension "jpg", "2" file name width jpg files in the current directory: "1.jpg", "2.jpg", "3.jpg" "4.jpg", "5.jpg", "6.jpg", "7.jpg", "8.jpg", "9.jpg", "10.jpg", "01.jpg", the program execution after the file is re-named :: "1.jpg", "02.jpg", "03.jpg", "04.jpg", "05.jpg", "06.jpg", "07.jpg" , "08.jpg", "09.jpg", "10.jpg", "01.jpg", "1.jpg" and "01.jpg" exist simultaneously, these two files file name is not will be modified in the conflict file "prompt box prompt. The extensions default is "jpg", the default file name width "2", can be modified.
功能描述:通过设置文件扩展名和所需的文件名宽度,程序能够将当前目录下指定扩展名、且文件名小于指定文件名宽度的文件的文件名通过在文件名首添加“0”的方式重命名为指定的宽度;例如:扩展名为“jpg”,文件名宽度为“2”,当前目录中的jpg文件有:“1.jpg”、“2.jpg”、“3.jpg”、“4.jpg”、“5.jpg”、“6.jpg”、“7.jpg”、“8.jpg”、“9.jpg”、“10.jpg”、“01.jpg”,程序执行后,文件被重命名为::“1.jpg”、“02.jpg”、“03.jpg”、“04.jpg”、“05.jpg”、“06.jpg”、“07.jpg”、“08.jpg”、“09.jpg”、“10.jpg”、“01.jpg”,由于“1.jpg”和“01.jpg”同时存在,则这两个文件的文件名都不会被修改,并在“冲突的文件”提示框中提示。扩展名默认为“jpg”,文件名宽度默认为“2”,可以修改。-Objective: To rename jpg files to digital serial number ACDSee sort of file with windoes same.
The file name of Descr iption: extension specified file extension by setting the width and the desired file name, the program to the current directory, and the file name is less than the width of the specified file name of the file by the way, add a "0" in the file name rename the specified width example: extension "jpg", "2" file name width jpg files in the current directory: "1.jpg", "2.jpg", "3.jpg" "4.jpg", "5.jpg", "6.jpg", "7.jpg", "8.jpg", "9.jpg", "10.jpg", "01.jpg", the program execution after the file is re-named :: "1.jpg", "02.jpg", "03.jpg", "04.jpg", "05.jpg", "06.jpg", "07.jpg" , "08.jpg", "09.jpg", "10.jpg", "01.jpg", "1.jpg" and "01.jpg" exist simultaneously, these two files file name is not will be modified in the conflict file "prompt box prompt. The extensions default is "jpg", the default file name width "2", can be modified.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Demo\Debug\Demo.exe
....\.....\Demo.ilk
....\.....\Demo.obj
....\.....\Demo.pch
....\.....\Demo.pdb
....\.....\Demo.res
....\.....\DemoDlg.obj
....\.....\StdAfx.obj
....\.....\vc60.idb
....\.....\vc60.pdb
....\Demo.aps
....\Demo.cpp
....\Demo.dsp
....\Demo.dsw
....\Demo.h
....\Demo.ncb
....\Demo.opt
....\Demo.plg
....\Demo.rc
....\DemoDlg.cpp
....\DemoDlg.h
....\ReadMe.txt
....\..lease\Demo.obj
....\.......\Demo.pch
....\.......\Demo.res
....\.......\DemoDlg.obj
....\.......\Rename.exe
....\.......\StdAfx.obj
....\.......\vc60.idb
....\res\Demo.ico
....\...\Demo.rc2
....\resource.h
....\StdAfx.cpp
....\StdAfx.h
....\Debug
....\Release
....\res
Demo