Tuesday, December 22, 2015

Accessing Shared Resources With CMD Prompt...

Suppose your network have a computer with ip add 100.0.0.236 and having shared folder named myname & 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


Rajnish Jaiswal
+919628273549

No comments:

QUESTIONS FOR CAMPUS INTERVIEW with answers 65

Q1:- Differentiate between RAM and ROM? RAM stands for Random Access Memory. It can store information and have new information stored o...