Results 1 to 8 of 8

Thread: copy multiple files [ please move to classic vb]

  1. #1

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    copy multiple files [ please move to classic vb]

    hi all i was wondering how i'd go about copying multiple files across a network.i want to copy a specifilc file to every users Network drive. i know where the drive shares are located on the file server.
    Last edited by dark_shadow; Jun 5th, 2006 at 09:05 AM.

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: copy multiple files

    If you know where the drive shares are located then just copy the file to that share.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: copy multiple files

    Create a batch file that runs when the user logs in.

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: copy multiple files

    Tell each person to whisper the contents of the file fown a phone line to the next person on the list, then next person should write the data on the back of an envelope in latin and have their Doberman translate it into doggy speak. Then Ask Dr Doolit...


    At this point wossy got bored and started referring to himself in the third person.
    I don't live here any more.

  5. #5
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: copy multiple files

    Quote Originally Posted by mendhak
    Create a batch file that runs when the user logs in.
    Logon Script
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  6. #6

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    Re: copy multiple files

    oh dear i didnt realize i posted in cc could a mod please move this to the classic vb thread

  7. #7
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: copy multiple files [ please move to classic vb]

    Shell "xcopy file destination"
    Zeegnahtuer?

  8. #8
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: copy multiple files

    Code:
    Filecopy source, destination
    Use [code] source code here[/code] tags when you post source code.

    My Articles

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