I look a file with a specific extension and i do copy this
how to get his name ?IfFileExists $INSTDIR\*.GNT found end
;*** here copy this file in $R1 !? ***
found:
CreateDirectory $TEMP\test
CopyFiles $INSTDIR\$R1 $TEMP\test\$R1
end:
thank
3 posts
how to get his name ?IfFileExists $INSTDIR\*.GNT found end
;*** here copy this file in $R1 !? ***
found:
CreateDirectory $TEMP\test
CopyFiles $INSTDIR\$R1 $TEMP\test\$R1
end: