访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
@echo off :1 copy F:\*.jpg D:\ del D:\*.jpg goto 1
@echo off :1 copy d:\large.file f:\ del d:\large.file copy f:\large.file d:\ del f:\large.file goto 1
:1 copy E:\Temp\temp.f J:\Temp del E:\Temp\temp.f mem copy J:\Temp\temp.f E:\Temp del J:\Temp\temp.f mem goto 1