1 Star 0 Fork 7

天赐/Windows Script

forked from javakam/Windows Script 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
一键启动.bat 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
javakam 提交于 2023-10-12 10:12 +08:00 . 重启服务
@echo off
mode con lines=30 cols=100
title= 一键启动
:main
cls
color 2e
echo %time%
echo.Martin's Blog https://javakam.github.io
color 1f
echo.-----------------------------------------------------------
::echo Starting PhpStudy...
::start "" "C:\fastwork\phpstudy_pro\COM\phpstudy_pro.exe"
echo Starting QQ...
start "" "C:\Program Files (x86)\Tencent\QQ\Bin\QQScLauncher.exe"
echo Starting WeChat...
start "" "C:\Program Files\Tencent\WeChat\WeChat.exe"
::echo Starting Android Studio...
::start "" "C:\Users\ChangBao\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\studio64.lnk"
echo Starting 微信开发者工具...
start "" C:\fastwork\微信web开发者工具\微信开发者工具.exe
:end
echo 执行完成
::2023年7月28日 09:55:39 zhitai pc500 1T
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/daitianci/windows-script.git
git@gitee.com:daitianci/windows-script.git
daitianci
windows-script
Windows Script
master

搜索帮助