I am trying to map another server by giving the command
EXEC xp_cmdshell 'NET USE H:\568.256.8.358\backup_147 1234abc /USER:cranew /PERSISTENT:yes'
I got an error with this network path not found
But I am able to map another server manually.
Please do help me in sorting out this.

NET USE H:\ \\server\share 1234abc /USER:cranew /PERSISTENT:yes– Stuart Moore Oct 25 '12 at 6:53