@echo offset cnt=0:loopset /a cnt=%cnt%+1copy /y .\Book.gif .\%cnt%.\if not %c%==101 goto looppause
1. 对变量进行运算操作:set /a
2. 路径中包含变量的写法: .\%cnt%.\
***********点点滴滴积累*****************
Nov 6, 2007
采用批处理文件进行文件处理
Subscribe to:
Post Comments (Atom)
logical design,verification,fpga,script,synthesis,sta,dft,eda,everything about Digital IC design...
@echo offset cnt=0:loopset /a cnt=%cnt%+1copy /y .\Book.gif .\%cnt%.\if not %c%==101 goto looppause
1. 对变量进行运算操作:set /a
2. 路径中包含变量的写法: .\%cnt%.\
***********点点滴滴积累*****************
Powered By Blogger
This blog is licensed under a Creative Commons License
No comments:
Post a Comment