Search found 1 match
- 29 May 2019 12:26
- Forum: DOS Batch Forum
- Topic: net use delete - open file
- Replies: 0
- Views: 22124
net use delete - open file
Hi, i have a batch script like this: net use x: /delete If there are open files from the network drive x, the cmd console ask whether the connection should still be disconnected (Y/N). I know that I can force to disconnect the network drive (/yes), but I do not want that. I would like to decide here...