Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNC from client error

Status
Not open for further replies.

loschiavoj

Programmer
Dec 28, 2000
23
0
0
US
When trying to run an executable on a client from the server using UNC I entered the following at the command line;
c:\\Server\Directory\Subdirectory\Executable
I receive the following message: The name specified is not recognized as an internal or external command, operable program or batch file.
The only catch is that the executable I am trying to kick-off on the server is on the (d) partition.
 
Miss of the c: at the start of the command and try instead \\server\d$\directories\executable - that should do it :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top