Suppose your network have a computer with ip add 100.0.0.236 and having shared folder namedmyname & you want to access that folder on your machine, first check network connectivity with ping command
ping 100.0.0.236
if connectivity is fine between these two pc then run the following command in your command prompt
DIR \\100.0.0.236\MYNAME
Now you are done with accessing the shared resource.
ping 100.0.0.236
if connectivity is fine between these two pc then run the following command in your command prompt
DIR \\100.0.0.236\MYNAME
Now you are done with accessing the shared resource.
No comments:
Post a Comment