Results 1 to 3 of 3

Thread: Network

  1. #1

    Network

    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

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,779
    Rep Power
    10

    Re: Network

    Henry,

    that names are called [wiki=Path_%28computing%29#Uniform_Naming_Convention]UNC[/wiki] 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 [urlhttp://community.thinbasic.com/index.php?topic=1185.msg8199#msg8199]another thread[/url], WMI should be taken into consideration for those purposes.

    Other info will follow.
    Eros

    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3

    Re: Network

    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


Similar Threads

  1. Network byte order
    By Michael Clease in forum thinBasic General
    Replies: 8
    Last Post: 04-10-2007, 11:46

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •