Jump to content

small home network


Richard
 Share

Recommended Posts

I have a small home network connecting a desktop PC (server) and a laptop.

I can see the SERVER files on the laptop.

When I explore 'my network places' on the laptop I see the c: drive of the desktop under the name SERVER.

I can run programs on the desktop from the laptop and I can print on the printer connected to the desktop from the laptop.

All this to say that the network is working.

How can I reference (open) a file on the desktop from the laptop?

I am running a script on the laptop that has to open a file on the SERVER?

I tried fileopen(server:\filename) ... but this doesn' work.

Richard

Link to comment
Share on other sites

Hi,

UNC Convention:

\\<servername>\<sharename>\<foldername>\<filename>

Try:

\\Server\<whatever your share name is, it might be administrative c$>\<folder beneath share>\<file to open>

;-))

Stefan

What he says, instead of \\server you can also use \\[iP-address] and the $ behind the C$ is nessacery if the share is invisible.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...