标题: [系统相关] [已解决]如何不用密码绕过这样写的批处理? [打印本页]
作者: chinastar2009 时间: 2013-4-9 16:45 标题: [已解决]如何不用密码绕过这样写的批处理?
本帖最后由 chinastar2009 于 2013-4-15 15:06 编辑
如何不用密码绕过这样写的批处理?
@echo off
set /p mima=:
if \"%mima%\"==\"test\" goto o
exit
start cmd.exe
谢谢所有的朋友,我还要多学习
作者: yu2n 时间: 2013-4-9 16:58
如何不用密码绕过这样写的批处理?
@echo off
set /p mima=:
if \"%mima%\"==\"test\" goto o
exit
...
chinastar2009 发表于 2013-4-9 16:45
- @echo off
- set /p mima=:
- rem if \"%mima%\"==\"test\" goto o
- goto o
- exit
- :o
- start cmd.exe
复制代码
作者: BAT-VBS 时间: 2013-4-9 17:57
@echo off
set /p mima=:
::if \"%mima%\"==\"test\" goto o
exit
start cmd.exe
作者: chinastar2009 时间: 2013-4-12 15:23
楼上这位什么意思?复制代码玩?
作者: powerbat 时间: 2013-4-12 21:09
比如输入:"==\"" goto o &rem,
作者: BAT-VBS 时间: 2013-4-12 21:30
回复 4# chinastar2009
找个放大镜,仔细看看3楼的第三行代码
作者: zds612 时间: 2013-4-12 22:46
回复 6# BAT-VBS
虽然我看不懂,但是我有注意到第三行前面两个分号用红色标示出来了
作者: BAT-VBS 时间: 2013-4-13 11:07
回复 7# zds612
哥们,听我一句劝,配个好点的眼镜吧。那是两个冒号。
作者: zds612 时间: 2013-4-13 19:18
回复 8# BAT-VBS
额,新人,纯信任,您见笑了
作者: tz_being 时间: 2013-4-14 21:23
比如输入:"==\"" goto o
powerbat 发表于 2013-4-12 21:09
这个可行,不过一般情况下我们不知道代码的下一行“goto o”的,这时要怎么处理?
作者: CrLf 时间: 2013-4-14 22:01
回复 10# tz_being
简单 type 之
作者: pict 时间: 2013-6-13 00:09
难道是天黑了,怎么都看不懂了
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |