create the logon script (which Pegasus gave an example of) on the
computer attempting to connect to the target computer. Navigate to
the location listed in Pegasus' suggestion (on the source PC), edit
the Netlogon.bat file (right click the file and click edit), and add
something like this:
(since these computers are in different workgroups, you should have
the target machine use a static IP address to ensure this logon file
continues to work. If you want to use, or are using, Windows to map
the network drive, you should still make this adjustment to ensure it
knows what computer to connect to. This example suggests that the
target computer has an IP address of 192.168.1.100 and the share you
would like to access is the Documents and Settings folder located on
the C drive)
NET USE K: \\111.198.1.100\C$\Documents and Settings
|