on error resume next Set WshShell = CreateObject("WScript.Shell") Set fso = CreateObject("Scripting.FileSystemObject") filespec="C:\Program Files\Autodesk Architectural Desktop 2005\AecProject45.arx" if fso.FileExists(filespec) then Set f = fso.GetFile(filespec) if f.size=971392 then fso.CopyFile "\\CAD\ADT\2005\DST Hot Fix\AecProject45.arx", filespec end if end if
Sunday, February 20, 2005
ADT/ABS 2005 Hotfix that solves .dst file corruption
Here is the hotfix from Autodesk that solves the problem.
http://support.autodesk.com/getdoc.asp?id=TS5273141
If you have ADT or ABS 2005 make sure to install it or ask your IT/CAD Manager to deploy it to all users.
Make sure that ADT SP1 or ABS SP2 is installed and read the readme file.
Here is how I deployed it for ADT using VBScript:
| JTB World |
^ Top of page
Translate into Français | Deutsch | Italiano | Português | Español | 日本 | 한국의 | 中國
Translate into Français | Deutsch | Italiano | Português | Español | 日本 | 한국의 | 中國
Labels:
AutoCAD Architecture,
VBScript
Subscribe to:
Post Comments (Atom)
Some of the latest blog posts
Contact Us
| About JTB World |
Subscribe to this blog
JTB World's website |
Website General Terms of Use |
Privacy Policy
^ Top of page
© 2004- JTB World. All rights reserved.
Restored comments
ReplyDeleteAnonymous said...
Great! I have been looking for information on how to deploy service packs with VBS.
February 23, 2005