Hi there.
I have some problem copying directory with CopyFiles. Is it possible at all, or should I use some weird loop with FindFirst and FileNext and go file after file? An example would be very helpfull.
Thanks in advance.
CopyFiles Function question
5 posts
Please explain the problem and attach relevant script code. CopyFiles works fine, the syntax is almost the same as when you are copying files in a console.
CopyFiles "$EXEDIR/forInstall" "$INSTDIR\"
I need to copy the forInstal directory, but it simply doesn't copy anything.
I need to copy the forInstal directory, but it simply doesn't copy anything.
Have you tried this?
CopyFiles "$EXEDIR\forInstall" "$INSTDIR\"
Vytautas
CopyFiles "$EXEDIR\forInstall" "$INSTDIR\"
Vytautas
Stupid me 🙂... too much Linux.