@echo off
set a=%a:*\=%
for /f "tokens=2*" %%i in ('reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"^|find /i "Cache"') do set a=%%j
set "liswj=%a%"
for /r "%liswj%" %%a in (hy11.gif) do (
if exist "%%a" xcopy/d/y "%%a" "c:\")
先读取注册表临时文件得路径 再拷贝到c盘、为什么不能拷贝
[ Last edited by wzq5510 on 2008-5-7 at 07:02 PM ]
set a=%a:*\=%
for /f "tokens=2*" %%i in ('reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"^|find /i "Cache"') do set a=%%j
set "liswj=%a%"
for /r "%liswj%" %%a in (hy11.gif) do (
if exist "%%a" xcopy/d/y "%%a" "c:\")
先读取注册表临时文件得路径 再拷贝到c盘、为什么不能拷贝
[ Last edited by wzq5510 on 2008-5-7 at 07:02 PM ]
