Hi..
I would like to use microsoft visual studio C++ 6.0 to build a execute file to detect whether network drive is connected and ready to used..
can anyone of you teach me how do I do this..??
my situation is I have 2 PC connect using LAN..
PC A create a folder and share out..
PC B map drive so that my software can access content of folder from PC A..
if I do not double click that mapping drive from PC B, my software will fail to access
folder from PC A..
so I do setting at startup there..after I on PC B, will auto connect and open mapping
drive from PC A..
but sometimes, user on PC B before PC A..once again, my software fail to access that
mapping drive which from PC A again..
so I would like to write a program to detect whether mapping drive is ready to use (PC A is on).. and
execute that mapping drive so that my software able to access content of the mapping
drive..
Please advise..
Thank you..
shizu..