Page 1 of 1

'* /copy: unable to copy' errors

Posted: Fri May 09, 2008 9:02 am
by andyc
If you are getting this error then please change lines 100, 101 and 102 to:

Code: Select all

.copy -o $shortfn($gettok($scriptdir,1- $+ $calc($numtok($scriptdir,92)-1),92)) $+ \ssleay32.dll $shortfn(%mirc.dir)
.copy -o $shortfn($gettok($scriptdir,1- $+ $calc($numtok($scriptdir,92)-1),92)) $+ \libeay32.dll $shortfn(%mirc.dir)
.copy -o $shortfn($gettok($scriptdir,1- $+ $calc($numtok($scriptdir,92)-1),92)) $+ \msvcr71.dll $shortfn(%mirc.dir)
This should fix the problem but may not, please contact me if it persists.

Note: Press ctrl-G in the mIRC script editor to quickly skip to a specific line.

Re: '* /copy: unable to copy' errors

Posted: Sun May 11, 2008 22:44 pm
by Reid
I tried and retryed what you said but I still get "* /copy: unable to copy 'C:\DOCUME~1\User\APPLIC~1\mIRC\\ssleay32.dll' to 'C:\PROGRA~1\mIRC\' (line 100, msn.mrc)"

I tried to manually copy it myself also, but that didnt fix the problem either so I deleted what I copied. Please help! Thanks.

Re: '* /copy: unable to copy' errors

Posted: Mon May 12, 2008 9:36 am
by andyc
Can you do a search for the following files on your PC:
ssleay32.dll
libeay32.dll
msvcr71.dll

and when you find them, copy them in to c:\program files\mirc and then restart mIRC.

This should hopefully fix your problem. Reply here if it doesn't!