|
-
Jun 5th, 2006, 06:36 AM
#1
Thread Starter
Fanatic Member
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.
-
Jun 5th, 2006, 06:42 AM
#2
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
-
Jun 5th, 2006, 06:46 AM
#3
Re: copy multiple files
Create a batch file that runs when the user logs in.
-
Jun 5th, 2006, 06:46 AM
#4
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.
-
Jun 5th, 2006, 06:57 AM
#5
Re: copy multiple files
 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
-
Jun 5th, 2006, 09:05 AM
#6
Thread Starter
Fanatic Member
Re: copy multiple files
oh dear i didnt realize i posted in cc could a mod please move this to the classic vb thread
-
Jun 5th, 2006, 09:12 AM
#7
Re: copy multiple files [ please move to classic vb]
Shell "xcopy file destination"
-
Jun 5th, 2006, 09:19 AM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|