Any way to connect on more than one workgroup ?

  • Thread starter Thread starter Jacques
  • Start date Start date
J

Jacques

How can I mount shared disks on a computer which is not in the same work
group without renaming it (usually elsewhere and occasonaly on my network) ?
All are running XP-SP2 (home)

Thanks
 
As long as it's on the same sub-net:

net use [drive]: \\[machinename]\[sharename]

You can also make it persistant by adding /persistent:yes
 
Thanks, worked fine.
Walter Clayton said:
As long as it's on the same sub-net:

net use [drive]: \\[machinename]\[sharename]

You can also make it persistant by adding /persistent:yes

--
Walter Clayton
Any technology distinguishable from magic is insufficiently advanced.


Jacques said:
How can I mount shared disks on a computer which is not in the same work
group without renaming it (usually elsewhere and occasonaly on my
network) ? All are running XP-SP2 (home)

Thanks
 
Back
Top