.bat 3秒后打开相对路径1.vbs
@echo off
start http://118.31.226.121/#/
ping -n 3 127.0.0.1
set p="%~dp0\1.vbs"
start "" %p%
posted on 2021-11-22 09:09 zqiang0803 阅读(46) 评论(0) 编辑 收藏 举报
@echo off
start http://118.31.226.121/#/
ping -n 3 127.0.0.1
set p="%~dp0\1.vbs"
start "" %p%
posted on 2021-11-22 09:09 zqiang0803 阅读(46) 评论(0) 编辑 收藏 举报