I want to make a small VBS script which tells user if file is in use or not. I have one file and if this file is in use VBS should give me a message that file is in use. If file is not in use by any process, VBS should give me message that file not in use. I tried this but nothing works.
相关问题
- What is the best way to do a search in a large fil
- Spring Integration - Inbound file endpoint. How to
- php--glob for searching directories and .jpg only
- How to programmatically convert Access 1997 .mdb t
- Editing how file name is displayed in JComboBox wh
相关文章
- What is the correct way to declare and use a FILE
- Making new files automatically executable?
- How to serialize data into indented json [duplicat
- Can a VBScript function return a dictionary?
- Creating a custom file like object python suggesti
- UTC Time Assignment in VBScript
- Sorting a data stream before writing to file in no
- Fastest way to create files in C#
You could try with a WMI query: