标题: [文件操作] 每隔20秒显示hello的shell怎么写 [打印本页]
作者: netdzb 时间: 2021-2-27 07:54 标题: 每隔20秒显示hello的shell怎么写
while(1)
echo "hello"
sleep 20
我写出了一半,最好加个按e键退出的代码,应该怎么写?
作者: rockjean 时间: 2021-5-12 10:38
回复 1# netdzb
这个代码看起来像C语言呢?
作者: 路过 时间: 2021-5-12 17:58
Shell不怎么会,bat水一水- @echo off
- for /l %%a in (0,0,0) do (
- echo;hello
- ping/n 21 127.0>nul
- )
复制代码
作者: 1152 时间: 2021-5-21 12:20
回复 3# 路过
错了,是- @echo off
- :i
- echo hello
- ping/n 40 127.0>nul
- goto :i
复制代码
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |