为文件夹增加注释
[ 2009-06-17 09:58:26 | Author: wujimmy ]
把以下文件保存为 增加注释.BAT 文件.
然后放到 send to文件夹(C:\Documents and Settings\wjm\SendTo)下面.
对要增加注释的文件夹,右键,发送到 "增加注释"
Comments Feed: http://wjm.name/feed.asp?q=comment&id=392
然后放到 send to文件夹(C:\Documents and Settings\wjm\SendTo)下面.
对要增加注释的文件夹,右键,发送到 "增加注释"
Quote
echo www.wjm.name
@echo off
set /p it=输入你对此文件夹的描述信息:
set fn=%1
attrib %fn%\desktop.ini -s -h
del %fn%\desktop.ini
echo [.ShellClassInfo]>%fn%\desktop.ini
echo InfoTip=%it%>>%fn%\desktop.ini
attrib %fn%\desktop.ini +h +s
attrib %fn% +s
@echo off
set /p it=输入你对此文件夹的描述信息:
set fn=%1
attrib %fn%\desktop.ini -s -h
del %fn%\desktop.ini
echo [.ShellClassInfo]>%fn%\desktop.ini
echo InfoTip=%it%>>%fn%\desktop.ini
attrib %fn%\desktop.ini +h +s
attrib %fn% +s
Comments Feed: http://wjm.name/feed.asp?q=comment&id=392
View Mode: Show All |
Comments: 1 |
Trackbacks: 0 | Toggle Order | Views: 969
[ 2010-07-30 15:35:47 ]
fsdf






