惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
The Exploit Database - CXSecurity.com
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Spread Privacy
Spread Privacy
Hacker News - Newest:
Hacker News - Newest: "LLM"
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Google Online Security Blog
Google Online Security Blog
S
Security Affairs
Help Net Security
Help Net Security
Simon Willison's Weblog
Simon Willison's Weblog
N
News and Events Feed by Topic
P
Palo Alto Networks Blog
P
Privacy International News Feed
T
Threat Research - Cisco Blogs
P
Proofpoint News Feed
N
News and Events Feed by Topic
C
Cyber Attacks, Cyber Crime and Cyber Security
TaoSecurity Blog
TaoSecurity Blog
T
Tor Project blog
Schneier on Security
Schneier on Security
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
V
Visual Studio Blog
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tenable Blog
M
MIT News - Artificial intelligence
T
Threatpost
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
N
News | PayPal Newsroom
P
Privacy & Cybersecurity Law Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
Cyberwarzone
Cyberwarzone
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
量子位
Google DeepMind News
Google DeepMind News
O
OpenAI News
爱范儿
爱范儿
H
Hackread – Cybersecurity News, Data Breaches, AI and More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Full Disclosure
B
Blog
Cloudbric
Cloudbric
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志

博客园 - shf

很好的网站www.laiwurencai.com 完全图解scrollLeft,scrollWidth,clientWidth,offsetWidth 获取相对途径,滚动图片(网上找的,未经试验,但觉得比较好) 如何分辨别人的网站是伪静态还是纯静态 操作系统添加账号并隐藏 搞不清FastCgi与PHP-fpm之间是个什么样的关系(转载) 研发费用资本化 调节利润 ps中如何用抽出功能扣取头发 加计扣除是什么意思 研发费用调整利润 在ps中画两个同心圆并且把两个同心圆进行任意角度切割 将通讯录导入到摩托罗拉A1800通讯录中 Word2003和2007前几页不显示页码的设置方法 设定某个时间打开某个网页 windows 2003 Server系统Web上传文件不能超过200K的解决方法 c#后台调用前台js方法 根据端口查找是那个程序正在占用 独门绝技:一招克死所有病毒(转贴,没有用过) 两个独立静态htm页面间的传值 - shf - 博客园 一个非常好的效果
bat文件加入计划任务scheduled tasks
shf · 2011-10-13 · via 博客园 - shf

有个bat文件需要每天定时运行,正常运行没有问题,加入scheduled tasks后,居然没有反应。

  查了很多资料,最后找到一个解决方案。

  把bat文件用winRAR做成自解压文件.EXE格式,并设定解压后执行bat,然后把该自解压文件加入scheduled tasks。

  步骤一:右击bat文件,选择add to achive

  步骤二:在右下角achiving options中,点选create SFX achive

  步骤三:点winRAR的菜单Advanced,点选SFX options

  步骤四:设置SFX的相关属性

      a.设置解压路径。点General,Path to Extract中,输入解压后存放的文件夹;

      b.设置自动运行程序。点General,Setup Program中,在Run after Extraction中,填写对应的bat文件名;

      b.设置解压模式。点Modes,设置silent mode->Hide all,Overwrite Mode->Overwrite all files.

   步骤五:设置完上述属性后,点击OK,就可以生成.EXE文件

   步骤六:将.EXE文件加入scheduled tasks,设置好运行账户和时间,就可以按时执行了。

   此方案纯属曲线救国政策,为啥不能直接在schedule tasks中执行bat文件,我还是没弄明白。