Estevan Newbie Joined May 16, 2003 Messages 667 Reaction score 0 Sep 19, 2004 #1 Ok i want to make a .bat file, when i click on it it opens up a folder on my dads PC. But the folder is not part of his Shared. Can someone show me what i would need to type? Or is it even possible?
Ok i want to make a .bat file, when i click on it it opens up a folder on my dads PC. But the folder is not part of his Shared. Can someone show me what i would need to type? Or is it even possible?
Hazar Tank Joined Jun 5, 2004 Messages 7,793 Reaction score 1 Sep 19, 2004 #2 You want to do this from your machine?
M McFace Newbie Joined May 26, 2003 Messages 135 Reaction score 0 Sep 19, 2004 #4 His folder would have to be shared. I'm not sure of the command to connect open it in a batch file, but the command is \\HisComputerName\Folder\ Assuming your on the same network.
His folder would have to be shared. I'm not sure of the command to connect open it in a batch file, but the command is \\HisComputerName\Folder\ Assuming your on the same network.
we11er Newbie Joined Jan 13, 2004 Messages 1,035 Reaction score 0 Sep 20, 2004 #5 it needs to be shared, and you can use the command start \\HisComputer\Folder
f|uke Newbie Joined Sep 20, 2004 Messages 2,669 Reaction score 1 Sep 22, 2004 #6 Why not just use a shortcut?
we11er Newbie Joined Jan 13, 2004 Messages 1,035 Reaction score 0 Sep 23, 2004 #7 you could also map the network location to a drive. net use z: \\DadsPC\SharedFolder and then z: points to the location
you could also map the network location to a drive. net use z: \\DadsPC\SharedFolder and then z: points to the location