I am trying to map a network drive, so that I can use ISO images stored on this UNC path as a virtual CD rom within Virtual Box. However, the network resource seems to time out from the command line while the UNC path is displayed through Windows Explorer.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files\Scripts>startup
System error 55 has occurred.
The specified network resource or device is no longer available.
C:\Program Files\Scripts>type startup.bat
@echo off
net use g: \\seth\ServicePacks\ISO Images
C:\Program Files\Scripts>
What would you suggest to the network administrator?