|
|
注册用户,获取RB币,享更多免费资源下载和阅读权限。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
cls
3 K4 f5 V( n1 Q4 r@echo off' B0 t! [3 m) J- ^5 d4 z) ^
@echo trans co to jt and move original co to folder origin_co
2 ]2 n& U5 z5 G' x# d$ M/ `pause/ G6 w% J t# ]/ b; L
REM get the directory and use the application
. S4 B4 M0 ` F3 h' O) ?) ^+ ucd>leo.txt
, X+ o& L6 @: Wset /p X=<leo.txt/ l3 k* C* M& a- ^1 i: F$ b
upgradetoversion -dir %X%\ -co2jt
; c8 Q$ \. a4 b4 q% zREM move original co into folder origin_co% |+ t: l% q; ]6 @/ `) M9 |
md %X%\origin_co
" x, T9 m8 ?4 ]5 P/ mfor /f %%Y in ('dir /b *.co') do (
- ?% d. f9 h0 P, ]! k" jmove %%Y %X%\origin_co
. h- s# u7 q6 B+ {)
; R# Q2 P0 f X$ bREM delete tempory txt used for get directory
2 v7 ]% d0 U+ t/ {% [del leo.txt* m8 h+ _8 U) H* A. Y1 z# b
pause; h$ b& N7 g% A% N1 }6 _" `
: X' h5 K5 S! \5 w" c8 s' V v! j. t |
|