- Joined
- Aug 21, 2007
- Messages
- 1
- Reaction score
- 0
Hello,
I am trying to create a batch file to download files from a Windows Server to a Windows Ce 5.0 device.
There is a post about this currently located here
https://www.pcreview.co.uk/forums/thread-1312341.php
but its not the same issue I am having. I am trying what it says on that post however I am still getting the error message.
The command I am using is
net use X \\ServerName\Share
I have tried every way to get to the server in the following formats
net use X \\ServerName\Share
net use X \\ServerName\c$\Share
net use X \\ServerIP\Share
net use X \\ServerIP\c$\Share
All resaulting in this Comand Failed: Status 53.
Any assistance would be very much appreached.
Thank you
Eric
Also: The command according to the Windows CE command line is
Usage: Net use [<local name>|*] [<Remote Name>] [/user:<Username>] [/d]
I am trying to create a batch file to download files from a Windows Server to a Windows Ce 5.0 device.
There is a post about this currently located here
https://www.pcreview.co.uk/forums/thread-1312341.php
but its not the same issue I am having. I am trying what it says on that post however I am still getting the error message.
The command I am using is
net use X \\ServerName\Share
I have tried every way to get to the server in the following formats
net use X \\ServerName\Share
net use X \\ServerName\c$\Share
net use X \\ServerIP\Share
net use X \\ServerIP\c$\Share
All resaulting in this Comand Failed: Status 53.
Any assistance would be very much appreached.
Thank you
Eric
Also: The command according to the Windows CE command line is
Usage: Net use [<local name>|*] [<Remote Name>] [/user:<Username>] [/d]
Last edited: