.bat y 路径
.bat n 路径- @shift 1
-
- @echo off
- CLS
- color 0a
- SET /P b= 请输入 Y (隐藏自己的文件请按Y) 或 N (显示自己的文件请按N):
- echo.
- if /I "%b%"=="Y" goto 1
- if /I "%b%"=="N" goto 2
- :1
- attrib "C:\Documents and Settings\Administrator\桌面\c_pan.txt" +h +s +r
- echo 成功的隐藏了自己的文件
- echo.&echo.&echo.&echo.&echo.&echo.&echo.
- pause&exit
- :2
- attrib "C:\Documents and Settings\Administrator\桌面\c_pan.txt" -h -s -r
- echo 成功的显示了自己的文件
- echo.&echo.&echo.&echo.&echo.&echo.&echo.
- PAUSE&exit
复制代码
[ 本帖最后由 HoeKey 于 2009-2-17 23:44 编辑 ] |