Reputation: 289
I have this file tree:
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