mIRC Homepage
Posted By: ots654685 Copy problem - 22/04/08 06:35 PM
I have a line in my script that copy's some stuff to a place user picks but now i noticed it can't copy files to space separated dir's (google didn't help much)

Code:
/copy -o $scriptdir\* %destination

The output for %destination is correct C:\Program Files\ but the real copy process only reads C:\Program
Posted By: starbucks_mafia Re: Copy problem - 22/04/08 06:41 PM
Use double quotes around the pathname.

Code:
/copy -o $qt($scriptdir\*) $qt(%destination)
© mIRC Discussion Forums