![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-11 06:56 |
47,811 topics / 349,897 posts / today 0 new / 48,256 members |
| DOS批处理 & 脚本技术(批处理室) » [fixed] Help with COPYING MP3 files from the Temporary Internet Files folder |
| Printable Version 806 / 3 |
| Floor1 junchen2 | Posted 2009-01-20 16:16 |
| 高级用户 Posts 219 Credits 537 From 杭州--半山 | |
|
C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files
How can I copy the mp3 files inside it, for example COPY them to drive D:. Thanks! [ Last edited by HAT on 2009-2-5 at 11:16 ] |
|
| Floor2 slore | Posted 2009-01-20 16:37 |
| 铂金会员 Posts 2,478 Credits 5,212 | |
| Floor3 mcknight1013 | Posted 2009-01-21 14:50 |
| 新手上路 Posts 17 Credits 18 | |
|
echo Extracting the specified cached files, please wait.........
for /f "delims=" %%i in ('dir /s /a-d /b "%userprofile%\locals~1\tempor~1\*.mp3"') do ( copy /y "%%i" "D:\" ) >nul start explorer "D:\" exit |
|
| Floor4 aixwzl | Posted 2009-02-05 01:21 |
| 新手上路 Posts 17 Credits 16 | |
|
Mm. This is very useful.. I'll keep it
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |