Connecting a Run-Time Image to a Network Share
5/10/2007
To run scripts or other applications from a network share, you can use the net use command to connect your device to a shared resource. Before you can use the net use command, your run-time image must include the Net.exe utility component.
To connect your run-time image to a network share
Use the net use command to connect to a shared resource. For example, to connect x:\ drive to a server share using myaccount in the domain mydomain, use the following command:
net use x: \\server\share /user:mydomain\myaccount
For more information on the Net use command, see the Net Use Syntax Web page.
Use the net use command to connect to a shared resource. For example, to connect x:\ drive to a server share using myaccount in the domain mydomain, use the following command:
net use x: \\server\share /user:mydomain\myaccount
For more information on the Net use command, see the Net Use Syntax Web page.