@echo off
echo off>a.txt
attrib +r a.txt /s
pause
C:\Documents and Settings\Administrator\Application Data\Adobe\Acrobat\
如果存在以上目录则在目录内创建上面的只读文件,请指教
if exist C:\Documents and Settings\Administrator\Application Data\Adobe\Acrobat\9.0 call ??
[ Last edited by camwin on 2009-10-5 at 07:14 ]
echo off>a.txt
attrib +r a.txt /s
pause
C:\Documents and Settings\Administrator\Application Data\Adobe\Acrobat\
如果存在以上目录则在目录内创建上面的只读文件,请指教
if exist C:\Documents and Settings\Administrator\Application Data\Adobe\Acrobat\9.0 call ??
[ Last edited by camwin on 2009-10-5 at 07:14 ]
