window批处理-5 start
2020-12-13 06:07
阅读:554
标签:style blog http 文件 2014 art ar html 作用 重新启动一个单独窗口,在新窗口中执行命令 格式 start [/w] FileName demo bat: window批处理-5 start,搜素材,soscw.com window批处理-5 start 标签:style blog http 文件 2014 art ar html 原文地址:http://blog.csdn.net/wobendiankun/article/details/38411497
@echo off
echo 在新窗口中打开txt文件,并等待新窗口正常退出(exit)再往下执行
start /wait type hello.txt
pause
hello.txt
hello world!!!
结果:
评论
亲,登录后才可以留言!