Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)chienpinApril 15, 2004 at 7:13 AM#How Can I?I have made one "Install CD-ROM" with NSIS. When I Install and finish, I want to run a ".bat" file in this CD-ROM. How Can I make this script?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Dj NyxApril 15, 2004 at 7:20 AM#you want to exec a bat after the installation? [i hope i got it right] Exec "$EXEDIR\test.bat" [at the end] or !define MUI_FINISHPAGE_RUN "$EXEDIR\test.bat"