作业帮 > 综合 > 作业

在BAT中 @echo off shutdown -s -t 60>1.bat 怎么将shutdown -s -t 60

来源:学生作业帮 编辑:搜搜考试网作业帮 分类:综合作业 时间:2024/07/14 16:02:18
在BAT中 @echo off shutdown -s -t 60>1.bat 怎么将shutdown -s -t 60输入到1.bat中呢?
你的这个我试过了,不行的呀,那样就相当于直接建立一个窗口了,
在BAT中 @echo off shutdown -s -t 60>1.bat 怎么将shutdown -s -t 60
@echo off
echo shutdown -s -t 60 >1.bat
相当于创建了一个bat文件,你想得到什么效果呢?