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/)jcagleJuly 26, 2003 at 1:20 AM#RmDir "$INSTDIR" not removing directoryWhen I run RmDir "$INSTDIR", the directory remains. Everything within the directory structure is gone, but $INSTDIR remains. How do I get the directory to delete?
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/)Afrow UKJuly 26, 2003 at 8:43 AM#Tried RmDir /r "$INSTDIR" ? If that doesn't work then Delete "$INSTDIR" -Stu