Skip to content
⌘ NSIS Forum Archive

File rename

4 posts

Afrow UK#
Rename is also useful for moving the file too.

E.g.
CreateDirectory "$EXEDIR\backup"
Rename "$EXEDIR\installer.exe" "$EXEDIR\backup\oldinstaller.exe"

-Stu