制作一个在Windows中运行的vbs脚本?
我有一个 vb 脚本(例如 myScript.vbs),用于监视文件大小(例如 A 文件)并在达到阈值大小时触发邮件。我让这个脚本在我的计算机上运行。
但这样做的问题是,如果重新启动或注销并再次登录,这个脚本就不会在后面运行。
如何让这个脚本一直运行,是否可以在Windows的启动中添加这个脚本?
I have a vb script (say myScript.vbs) which is used to monitor a file size (say A file) and trigger mail if it hits threshold size. I made this scipt to run on my computer.
But problem in this is, if the restart or log off and log in again, this script is not running behind.
How to make this script ever running, is it possible to add this script in Start up of windows??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将脚本添加到 Windows 的 Startup 文件夹中:)
You can add the script in Startup folder of Windows :)