📎 AI Summary:
The thread discusses a user’s attempt to create an executable that extracts its contents, places files in the correct directories, and then runs a Java application. The original poster encounters errors with their packaging process and seeks troubleshooting advice. A second user responds with a question about whether the program should be restricted to the original poster’s computers or be shareable, and the original poster clarifies they want it to run on any computer that downloads it.

Cardinal System

Honorable Member
Joined
Jan 24, 2016
Messages
87
Thread Author #1
I am trying to make an EXE file that will extract it's contents, put them in their proper DIR, then run the main startup file(fileOne.jar). You can see how I do so by watching this video --> Link Removed <--, or read this

I ran IExpress, left everything at default settings, and added my files "fileOne.jar" "fileTwo.jar" "install.bat" than I set "install.bat" as the install command. Install.bat's command -->

MD Program move fileOne.jar Program
move fileTwo.jar Program
move Program C:/"Program Files"
fileOne.jar

But every time I create one, it gives me an error:
Link Removed

What am I doing wrong?
 

Attachments

  • zb5kW.webp
    zb5kW.webp
    10.4 KB · Views: 549
Last edited:

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,598
zb5kw-png.32563

+


do you want this program to only run on your computers or anyones?