Doppio Posted March 19, 2007 Posted March 19, 2007 Hi all. I'm running into a small problem, I need to copy a dll file (msvbvm60.dll) into the system32 folder. I'm using the following code but doesn't seem to work! FileInstall("c:\Remote\msvbvm60.dll", @SystemDir & "\msvbvm60.dll", 1) Wha am I doing wrong? Thanks.
EndFunc Posted March 20, 2007 Posted March 20, 2007 Hi all. I'm running into a small problem, I need to copy a dll file (msvbvm60.dll) into the system32 folder. I'm using the following code but doesn't seem to work! FileInstall("c:\Remote\msvbvm60.dll", @SystemDir & "\msvbvm60.dll", 1)oÝ÷ ÙhZjb¢)àº'8ZK?ªê-y.q©î±ábâ'²Ö¥ú+¶¬nëb*.j·£ºËm¯(§Ú¡©è®f¥rr~)^¶§ºÇW¢Ê¢±bç(§,¨¹Ú'ßÛgyçm¢¶§jg¨~Ø^~)^{azÖ«ë]·¶òN¼¢¶Øb³²jëh×6FileCopy("C:\Remote\msvbvm60.dll", @SystemDir, 1) EndFuncAutoIt is the shiznit. I love it.
piccaso Posted March 20, 2007 Posted March 20, 2007 maybe 'c:\Remote\msvbvm60.dll' does not exist or @SystemDir & "\msvbvm60.dll" allready exists and cant be overwritten because its in use... CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
EndFunc Posted March 20, 2007 Posted March 20, 2007 maybe 'c:\Remote\msvbvm60.dll' does not existor @SystemDir & "\msvbvm60.dll" allready exists and cant be overwritten because its in use...Thats also a good point. Try verifying with FileExist() before trying to copy the file, that might help too. EndFuncAutoIt is the shiznit. I love it.
Doppio Posted March 20, 2007 Author Posted March 20, 2007 thank you guys, the file was already there :">
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now