TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A simple batch file for Windows which will launch your workspace

2 点作者 lokarda大约 9 年前

1 comment

Jaruzel大约 9 年前
The downside of the code presented in the link, is that the batch script will execute way faster than the apps can launch and will cause disk thrashing which slows everything down. To combat this, I add a &#x27;ping&#x27; entry to any app launching script that I put in a machines Startup folder:<p><pre><code> REM Launch Outlook start &quot;&lt;path-to-outlook&gt;\OUTLOOK.EXE&quot; REM Wait a couple of seconds ping -n 2 localhost &gt;nul: REM Launch Firefox start &quot;&lt;path-to-firefox&gt;\FIREFOX.EXE&quot;</code></pre>
评论 #11453250 未加载