I want to make a small VBS script that tells the user whether the file is used or not. Specifically, I have one file, and if this file is used, VBS will show me a message that the file is being used. If the file is not used by any process, VBS shows me a message that the file is not used. I tried this , but it does not show me any messages.
source
share