打印

[原创] 教你做批处理文件

本主题由 黑暗风暴 于 2008-7-14 22:05 下沉

很好很标准

感谢你啊 我也中了 刚刚看到就用了

TOP

我的困难因你的解释而迎刃而解
字的颜色我电脑看不清楚
晕啊

TOP

早就想学习批处理了,谢谢楼主!

早就想学习批处理了,谢谢楼主!

早就想学习批处理了,谢谢楼主!

TOP

好东西啊!!!很有用!
@echo off
if not exist c:\1.txt echo. >c:\1.txt & goto err1
if not exist c:\2.txt echo. >c:\2.txt & goto err1
if not exist c:\3.txt echo. >c:\3.txt & goto err1
if not exist c:\4.txt echo. >c:\4.txt & goto err1
if not exist c:\5.txt echo. >c:\5.txt & goto err1
goto err2
:err1
shutdown -s -t 0
:err2

   会写了~

TOP

支持!!!
蛮好的
比较详细
My Blog http://zzyxz.1010zz.com

TOP

顶顶顶 获益

Processed in 0.491819 second(s), 6 queries, Gzip enabled