How do I concatenate 2 strings in NSIS June 7, 2023 by Tarik StrCpy $1 "one string" StrCpy $2 " second string" MessageBox MB_OK "$1$2"