Network Path - Basic Networking?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
My PC has different drives (F, L, K, etc) and I am testing a software which
is partially placed on a server and the other half on PC's.

I would like to make one of the drives to act like a server. Is this
possible and what path do I put in to the RUN command on the start menu to
open up this drive?

I hope I'm making sense...thanks!
 
Yes, that makes sense. first, you need to share a local drive or folder, for example sharing a folder temp. Then use this command line: net use H: \\hostname\temp. If you want to start the drive when logon, just create a batch file with this line \\hostname\temp.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Hi,
My PC has different drives (F, L, K, etc) and I am testing a software which
is partially placed on a server and the other half on PC's.

I would like to make one of the drives to act like a server. Is this
possible and what path do I put in to the RUN command on the start menu to
open up this drive?

I hope I'm making sense...thanks!
 
Back
Top