batch-fileexecutableiexpress

Error With Batch Install Command - IExpress


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 --> [Here] <--, 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:Error

What am I doing wrong? Do I need a different type of file to put in the installation command in? If so, do I need to know a new programming language?


Solution

  • This is an known issue (at the bottom of the page) with the IEXpress. The tool is really ancient - from the times when the command.com was the default command processor.The workaround is to use cmd.exe /c install.bat when you call your installation script.