当前位置: 技术问答>linux和unix
怎样制作一个钥匙盘呀
来源: 互联网 发布时间:2014-11-23
本文导语: 即只有插入钥匙盘,按回车才能进入操作系统 | 不好意思,敲的太急,有点小错误,改正: path c:windows;c:windowscommand @echo off :hello CLS ECHO plese insert the key disk! if exist a:key.txt goto end ECHO Y...
即只有插入钥匙盘,按回车才能进入操作系统
|
不好意思,敲的太急,有点小错误,改正:
path c:windows;c:windowscommand
@echo off
:hello
CLS
ECHO plese insert the key disk!
if exist a:key.txt
goto end
ECHO YOU have no right to access my system!
PAUSE
goto hello
:end
echo ok
pause
exit
原理这样,我没测试过,你再好好改改,如果要加强它的安全性,可以加入
choice /c:yn
path c:windows;c:windowscommand
@echo off
:hello
CLS
ECHO plese insert the key disk!
if exist a:key.txt
goto end
ECHO YOU have no right to access my system!
PAUSE
goto hello
:end
echo ok
pause
exit
原理这样,我没测试过,你再好好改改,如果要加强它的安全性,可以加入
choice /c:yn
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
站内导航:
特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!