Configuration: Windows XP Internet Explorer 6.0
|
Hai
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 |
You could also just make a batch file. Write this in notepad, and then change the extension to .bat
copy "\\Sam\2008\profile.aws" "C:\Documents and Settings\%logon name%\Application Data\Autodesk\AutoCAD\Profiles\" then add this batch file to your scheduler for every time you start
|
Résultats pour Copy network file to local machine
Résultats pour Copy network file to local machine
Résultats pour Copy network file to local machine
Résultats pour Copy network file to local machine
Résultats pour Copy network file to local machine