Hello,
I have a script that disconnects and reconnects a network drive as a backup is being performed. It is using .cmd files and the net use command as follows:
net use w: /DELETE
net use w: \\SYN1\Media
net use w: /DELETE
net use w: \\SYN1\Backup
when One Commander is running there is a prompt that net use displays when reconnecting that does not exist without it running that looks like this:
There are open files and/or incomplete directory searches pending on the connection to w:.
Is it OK to continue disconnecting and force them closed? (Y/N) [N]:
This pauses the script for user input, which is definitely NOT what I want.
In OneCommander's log I find the following:
[15:02:07 ERR] Error in File System Watcher for W:\ (Known issue)
System.IO.InternalBufferOverflowException: Too many changes at once in directory:W:\.
[15:02:07 ERR] Error in File System Watcher for W:\ (Known issue)
System.ComponentModel.Win32Exception (0x80004005): An unexpected network error occurred
[15:02:07 INF] Plugged in Drive:W Type:"2"
[15:02:08 INF] Plugged in Drive:W Type:"2"
[15:02:11 ERR] Error in File System Watcher for W:\ (Known issue)
System.IO.InternalBufferOverflowException: Too many changes at once in directory:W:\.
[15:02:11 ERR] Error in File System Watcher for W:\ (Known issue)
System.ComponentModel.Win32Exception (0x80004005): An unexpected network error occurred
Please work to resolve, this makes the program very difficult to use and I like it a lot. This would be a deal breaker on buying the program, and I'd be willing to donate $50 to get it fixed.
-Rob