I want to store the address of my test.vbs file within the script itself. Is there a way to find it?
I can't find it on the internet.
I want to store the address of my test.vbs file within the script itself. Is there a way to find it?
I can't find it on the internet.
Try Dir("test.vbs") or App.Path. It should return your app's filepath.