accessing other pc through msdos?

akasup3rman

New Member
i was wondering if there was a command or way for me to access another computer's files through msdos.

and if so, what commands do i use? they are on the same network and have file sharing enabled, so i was wondering if this was possible.

thank you
 

apj101

VIP Member
you should be able to map a network folder to a drive such as
net use i: //servername/folder
this will map the folder to the drive letter i:
 
Top