Quote:
Originally posted by DAN MAN:
Hi !
1. Check if your workgroup name is the same in both computer.
(delete it and write it again)
2. create a batch file, (I usually call it LOGIN.BAT)
with the line:
NET USE x: \\server\c /YES
its will remap your sharing drives
x: - name of drive in "My Computer".
server - the remote pc.
c - name of shared drive/folder
dont forget /YES switch ...
That's might do it but, to be on the safe side, create lmhosts files on each machine so that they'll always know who each other is. With two machines on a LAN is real easy to do.