xcopy .bat installer
Hi, I am new to using this program and programing in general.
I have created a program which I would like to compile into an exe file, but in one of the directories that will be installed has a batch file which xcopy's files from a different location and places them into the directoy that is being installed.
The hierarchy I have right now, which I am attempting to compile into an exe is as shown:
$PROGRAMFILES\Developer\Software\mods\Modified_content
-Modified_Content
-Folder1
-Folder2
-Folder3
-misc.bat
-Folder4
-File1
-File2
-etc.. etc..
So my question is how would I go about and create a script to run my batch file at the end of the installation, close and delete itself when the installer has finished?