访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
copy c:\计事本.txt "C:\Documents and Settings\Administrator\桌面\"
copy c:\计事本.txt "%Userprofile%\桌面\"
copy %systemdrive%\计事本.txt "%Userprofile%\桌面\"
@echo offcopy c:\计事本.txt "%Userprofile%\桌面\"