|
msilg
新手上路

积分 8
发帖 1
注册 2006-10-14
状态 离线
|
『楼 主』:
如何实现批处理修改文件夹属性
使用 LLM 解释/回答一下
请教一下各位前辈们,如何才能用批处理实现定时改变文件夹的属性呢?
小弟刚学这些望各位高抬贵手,指点迷津! 谢谢了!
Dear predecessors, how can I use batch processing to realize the timing change of the attributes of the folder?
Little brother just learned these, hope you seniors give me a break and give me some pointers! Thank you!
|
|
2006-10-14 11:06 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
for /?
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-10-14 11:12 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
楼主,把你的要求说具体一点啊`
Last edited by lxmxn on 2006-10-14 at 12:16 ]
Poster, please be more specific about your requirements.`
Last edited by lxmxn on 2006-10-14 at 12:16 ]
|
|
2006-10-14 12:14 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
Originally posted by msilg at 2006-10-14 11:06:
请教一下各位前辈们,如何才能用批处理实现定时改变文件夹的属性呢?
小弟刚学这些望各位高抬贵手,指点迷津! 谢谢了!
好玩啊!为什么要定时改变文件夹属性?一会儿文件夹出来,一会儿又自己变没了要?
Originally posted by msilg at 2006-10-14 11:06:
Dear predecessors, how can I use batch processing to realize timing the change of folder attributes?
Little brother has just started learning these, hope you all be generous and give me some pointers! Thank you!
Interesting! Why do you want to change the folder attributes regularly? Do you want the folder to appear for a while and then disappear by itself?
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-10-14 12:29 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
|
2006-10-15 04:04 |
|
|
kine
新手上路

积分 9
发帖 4
注册 2006-10-15
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
attrib 文件名(目录名) 查看某文件(目录)的属性
attrib 文件名 -A -R -S -H 或 +A +R +S +H 去掉(添加)某文件的 存档,只读,系统,隐藏 属性;用+则是添加为某属性.
attrib filename(directory name) to view the attributes of a certain file (directory)
attrib filename -A -R -S -H or +A +R +S +H to remove (add) the archive, read-only, system, hidden attributes of a certain file; using + means to add a certain attribute.
|
|
2006-10-15 09:32 |
|
|
kine
新手上路

积分 9
发帖 4
注册 2006-10-15
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
A Archive 存档
R Readonly 只读
S SystemFile 系统
H Hidden 隐藏
如果有不对请指出,以免误导他人.
A Archive 存档
R Readonly 只读
S SystemFile 系统
H Hidden 隐藏
If there is any mistake, please point it out to avoid misleading others.
|
|
2006-10-15 09:36 |
|
|
kingchain
初级用户
 
积分 133
发帖 57
注册 2006-3-15
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
楼主的意思是定时指定文件的属性
不是一次性的
关键在于DOS中定时的使用 应该使用AT命令吧
我是菜鸟 也想知道
希望高手来指教一下
Last edited by kingchain on 2006-10-15 at 21:56 ]
The LZ means to set the attributes of a file regularly, not just once. The key is the use of timing in DOS. Should the AT command be used? I'm a newbie and also want to know. Hope experts can give some advice.
Last edited by kingchain on 2006-10-15 at 21:56 ]
|
|
2006-10-15 21:52 |
|
|
hxr517
新手上路

积分 8
发帖 4
注册 2006-10-18
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
楼主是想要一个带参数的BAT吧~~
The building owner wants a BAT with parameters, right~~
|
|
2006-10-19 09:44 |
|
|
323198608
新手上路

积分 9
发帖 4
注册 2007-1-11
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
cacls /?
cmd 窗口下查查这个东东
cacls /?
Check this thing in the cmd window
|
|
2007-1-22 11:27 |
|