Hello, I have searched for this answer and the posted solutions do not work for me or they are slightly different.
I have a USB flash drive that contains default.htm, medical.bat, and java folders/files
What I want to do is run medical.bat from within default.htm when the user clicks on a launch button or image. The medical.bat file contains parameters to run a java application that also resides on the USB flash drive. If I link the medical.bat file to an image via <a href> a dialog pops up asking to run or save, running brings up the command prompt for a second and then nothing happens. However, when I double click medical.bat the command prompt runs and stays open and the java application launches just fine.
This should be simple, but it is proving to be difficult
I have a USB flash drive that contains default.htm, medical.bat, and java folders/files
What I want to do is run medical.bat from within default.htm when the user clicks on a launch button or image. The medical.bat file contains parameters to run a java application that also resides on the USB flash drive. If I link the medical.bat file to an image via <a href> a dialog pops up asking to run or save, running brings up the command prompt for a second and then nothing happens. However, when I double click medical.bat the command prompt runs and stays open and the java application launches just fine.
This should be simple, but it is proving to be difficult
Comment