Benj
Benj

Reputation: 289

Create exe install with bat file, folders, sub folders

I have this file tree:

enter image description here

install.bat is a batch script which creates a file tree on the computer, copies content of the folders "jar" and "sql" into C:/, to install jre and mysql.

I would like create an executable ".exe" which contains the folder "jar", "jre", "mysql_server", "sql", the file "install_mysql.bat" and launch the "install.bat".

I tried using the software "Bat To Exe Converter", but it doesn't work when I try to include folders and sub-folders.

Upvotes: 0

Views: 982

Answers (1)

Ricky Divjakovski
Ricky Divjakovski

Reputation: 428

Create a winrar SFX file(self extracting archive).

Upvotes: 1

Related Questions