|
移动.bat
- move /y "D:\uTorrent\resume.dat" "D:\uTorrent\http"
- move /y "D:\uTorrent\resume.dat.old" "D:\uTorrent\http"
- move /y "D:\uTorrent\settings.dat" "D:\uTorrent\http"
- move /y "D:\uTorrent\settings.dat.old" "D:\uTorrent\http"
- move /y "D:\uTorrent\dht.dat" "D:\uTorrent\http"
- move /y "D:\uTorrent\dht.dat.old" "D:\uTorrent\http"
- move /y "D:\uTorrent\rss.dat" "D:\uTorrent\http"
- move /y "D:\uTorrent\rss.dat.old" "D:\uTorrent\http"
复制代码
复制.bat
- copy /y "D:\uTorrent\http\resume.dat" "D:\uTorrent"
- copy /y "D:\uTorrent\http\resume.dat.old" "D:\uTorrent"
- copy /y "D:\uTorrent\http\settings.dat" "D:\uTorrent"
- copy /y "D:\uTorrent\http\settings.dat.old" "D:\uTorrent"
- copy /y "D:\uTorrent\http\dht.dat" "D:\uTorrent"
- copy /y "D:\uTorrent\http\dht.dat.old" "D:\uTorrent"
- copy /y "D:\uTorrent\http\rss.dat" "D:\uTorrent"
- copy /y "D:\uTorrent\http\rss.dat.old" "D:\uTorrent"
复制代码
|
|