Network probleme

  • Thread starter Thread starter Ralf Meuser
  • Start date Start date
R

Ralf Meuser

I use my laptop on 2 different sites. I connect mysely to a DHCP server. So
far so good.
But I need to mount a network-drive. Is there a possibility to create a
startup-script which will find out my network and mount casedependend the
network-drive ?


Thanks in advance for any help


Ralf
 
You can do this in a batch file. One for each site you connect to.
The command inside the batch file would be:

Net Use E: \\servername\sharename

Where E: can be any open drive letter or a * for the next available drive
letter.

Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top