我也提供个在网上找的方法吧!对付一般的电脑高手,如果他没往这方面想的话是很难找得到的!
具体方法如下:首先新建一个文本文件,然后把
title hide files in recycled by janusa copyright 2007-07
IF EXIST recycled\desktop.ini (
attrib -r -a -s -h recycled\desktop.ini
attrib -r -a -s -h recycled
del recycled\desktop.ini /a /f /q
echo now, the recycled folder is show !!
) ELSE (
attrib -r -a -s -h recycled\desktop.ini>nul
attrib -r -a -s -h recycled
echo [.ShellClassInfo]>recycled\desktop.ini
echo CLSID={645FF040-5081-101B-9F08-00AA002F954E}>>recycled\desktop.ini
attrib +r +a +s +h recycled\desktop.ini
attrib +r +a +s +h recycled
echo now ,the recycled folder is hide !!
)
pause>nul
将以上内容复制,存为.bat文件.或.cmd 文件.
接着再按下面3步去做就OK了!
1.将放置XX电影的文件夹改名为"recycled",如E:\电影\recycled\ 文件夹下
2.将按上面提示做的批处理放在E:\电影\ 下,与recycled文件夹同在一个目录.
3.运行该批处埋..