Connecting a Run-Time Image to a Network Share
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.
See Also
Network Configuration | Design a Run-Time Image
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.