Humble Greetings to All,
I executed the following command successfully
exec xp_cmdshell 'dir D:\*.*/s'
But this command failed when I made the following amendment
exec xp_cmdshell 'dir Y:\*.*/s'
Y: Drive is a network drive (Mapped) to which I am connected.
The error Message says:
The system cannot find the path specified.
Please Help!
I executed the following command successfully
exec xp_cmdshell 'dir D:\*.*/s'
But this command failed when I made the following amendment
exec xp_cmdshell 'dir Y:\*.*/s'
Y: Drive is a network drive (Mapped) to which I am connected.
The error Message says:
The system cannot find the path specified.
Please Help!