'* /copy: unable to copy' errors

Talk about anything about MSN Messenger for mIRC or leave some comments.
Post Reply
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

'* /copy: unable to copy' errors

Post 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.
Reid

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

Post 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.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

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

Post 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!
Post Reply