Search code examples
vbscriptwindows-scripting

make a vbs script ever running in 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??


Solution

  • You can add the script in Startup folder of Windows :)