Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Copy network file to local machine
Name: Ewhite4804 Date: April 9, 2008 at 08:34:04 Pacific OS: XP pro CPU/Ram: 2gb Product: xi
Comment:
How do I copy a network file to all of my users local machines.
I would like to copy the network file "\\Sam\2008\profile.aws" to a user's local "C:\Documents and Settings\%logon name%\Application Data\Autodesk\AutoCAD\Profiles\" location, during startup if possible.
Name: Rayburn Date: April 9, 2008 at 10:32:28 Pacific
Reply:
The only way I know of is to paste the following code into Notepad, then in Notepad, click File>Save. In the box that appears, click the Combobox beside "Save As Type" and select "All Files." Save the file to C:\Documents and Settings\%USERNAME%\Start Menu\Programs\Startup. You can title the file anything you want as long as the extension is .vbs. You have to do this with each of your user's PCs. Someone might know of an easier way....
Dim filesys
set filesys=CreateObject("Scripting.FileSystemObject") If filesys.FileExists("\\Sam\2008\profile.aws") Then filesys.CopyFile "\\Sam\2008\profile.aws", "C:\Documents and Settings\%USERNAME%\Application Data\Autodesk\AutoCAD\Profiles\" End If
Summary: Ok here is my problem I have a friends cd and I want to copy the files to my hard drive so I can listen to them but it only sees the files as 44 bytes some type of .cda format. does any one know how ...
Summary: Hi, I'm trying to copy a file to all users' directories. So far it hasn't worked with the batch file I wrote. Basically I tried an: xcopy file.txt "C:\documents and settings\*\" The asterisk being a w...
Summary: I appreciate all of your responses. This came to light when I tried to copy some files off of my CD and place them onto another computer (not the computer from which they originated). It would not e...