PDA

View Full Version : Disconnect network drive with resource closing


Statler6
12-09-2010, 08:00 AM
I have to change drive mappings during build and sometimes it might happen that I get the following message when VBP tries to disconnect a drive mapping:
09.12.10 14:20:52: Building project step 3 - Disconnect Drive...
There are open files and/or incomplete directory searches pending on the connection to Q:.

Is it OK to continue disconnecting and force them closed? (Y/N) [N]:
No valid response was provided. http://ss64.com/nt/net_use.html suggests that this can be avoided by usingNET USE [driveletter:] /DELETE /Yinstead ofNET USE [driveletter:] /DELETEI suggest that the Map Drive action is amended to provide an option for that /Y flag to disconnect network drive.

kinook
02-22-2012, 01:35 PM
This is implemented in v8.0.

Statler6
02-23-2012, 08:48 AM
Thank you very much! :)