大雀软件园

首页 软件下载 安卓市场 苹果市场 电脑游戏 安卓游戏 文章资讯 驱动下载
技术开发 网页设计 图形图象 数据库 网络媒体 网络安全 站长CLUB 操作系统 媒体动画 安卓相关
当前位置: 首页 -> 操作系统 -> 其它 -> 巧用DOS伪装保护文件完整版

巧用DOS伪装保护文件完整版

时间: 2021-07-31 作者:daque

代码如次:

@echo off

title dos文献假装养护

rem 树立题目

echo 1.写入养护

echo 2.解写养护

set /p choice=

if not "%choice%"=="" set choice=%choice:~0,1%

if /i "%choice%"=="1" goto 1

if /i "%choice%"=="2" goto 2

rem 功效采用跳转

exit

:1

cls

echo 文献列表:

dir /d

rem 表露暂时目次文献

set /p file=请输出文献名:

ren %file% %file%.lnk

rem 窜改文献名

echo 养护实行

:2

cls

echo 文献列表:

dir /d

rem 表露暂时目次文献

set /p file=请输出文献名:

ren %file%.lnk %file%

热门阅览

最新排行

Copyright © 2019-2021 大雀软件园(www.daque.cn) All Rights Reserved.