为何用下面的命令
@echo MinimumPasswordAge = 2>>security.inf
@echo MaximumPasswordAge = 42>>security.inf
新建的文件只有
MaximumPasswordAge = 42 这一行
而用
@echo MinimumPasswordAge = 2 >>security.inf (注:2后面多了个空格)
@echo MaximumPasswordAge = 42>>security.inf
则能完整显示?
不明白,请教高手。
[ Last edited by binghuochanmian on 2007-12-9 at 02:14 AM ]
@echo MinimumPasswordAge = 2>>security.inf
@echo MaximumPasswordAge = 42>>security.inf
新建的文件只有
MaximumPasswordAge = 42 这一行
而用
@echo MinimumPasswordAge = 2 >>security.inf (注:2后面多了个空格)
@echo MaximumPasswordAge = 42>>security.inf
则能完整显示?
不明白,请教高手。
[ Last edited by binghuochanmian on 2007-12-9 at 02:14 AM ]
