Results 1 to 4 of 4

Thread: Move Files over a NETWORK

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    3

    Thumbs up

    Do you know a way to move files over a network from one machine in the network to another, I currently shell out make a net use connection put in a timer to let the drive becaome available,copy the file, then remove the drive. Yes this works but not too efficiant with so many computers on my domain.

    GOT CODE... Then I would be the one smiling..


    Thanks...

    [email protected]

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    The FileCopy statement supports UNC paths.
    Code:
    FileCopy "\\computerName\sharedFolder\trash.txt", "\\anOtherComputer\anOtherShare\trash.txt"

  3. #3
    Guest
    What control do you use to allow the user to browse the network files. How do you get the left pane of Windows Explorer, or something similar to it? Something that will allow to browse the local computer and attaced network computers?
    Thanks

  4. #4
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274
    to get the left pane of windows explorer and to show network computers in it, you'll need to use treeview control and windows network api's.

Posting Permissions

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



Click Here to Expand Forum to Full Width