PDA

View Full Version : Network



Henry
12-09-2007, 11:48
Hi, there

I was thinking is there a way to make a script to detected the domain name of the network E.G "mshome"
and would be able to detected the user that are sharing files E.G

\mshome\\user\files\share

would it be possible to make it detected that and copy stuff in or out of the network ?

Thanks kind Regards Henry

ErosOlmi
12-09-2007, 12:01
Henry,

that names are called UNC path.
They usually refer to something like

\\computername\sharedfolder\resource

where "resource" can be from disks to printers to other devices.

As I stated in another thread, WMI should be taken into consideration for those purposes.

Other info will follow.
Eros

Michael Hartlef
12-09-2007, 14:56
Henry,

I tried to convert the header files of HawkNL at one time. I don't have much experience with them, but maybe HawkNL has functionalities that let you get the info you need. Here is the topic:

http://community.thinbasic.com/index.php?topic=1068.0