Sorry, works perfect!!! I forgot to change the path to the java - Program Files (x86)
THANK YOU!!!!
Gene
Search found 6 matches
- 08 Oct 2016 13:23
- Forum: DOS Batch Forum
- Topic: Changing associations for a JAR file to run an editor
- Replies: 9
- Views: 6047
- 08 Oct 2016 13:11
- Forum: DOS Batch Forum
- Topic: Changing associations for a JAR file to run an editor
- Replies: 9
- Views: 6047
Re: Changing associations for a JAR file to run an editor
Nope, back to square one with the revised code, throws immediate error same as before. The "My Folder" was just a quick name I made up, you are correct it did not work with a space in the folder name
Gene
Gene
- 08 Oct 2016 08:00
- Forum: DOS Batch Forum
- Topic: Changing associations for a JAR file to run an editor
- Replies: 9
- Views: 6047
Re: Need batch file help please
penpen, Thanks for your help, it is really appreciated. The java location on my computer is in the Program Files (x86) so I changed that in the bat file. I placed the bat file in the Arachnophilia folder. I am almost there with your batch file. Here is what happens - windows throws an error if I dou...
- 07 Oct 2016 21:16
- Forum: DOS Batch Forum
- Topic: Changing associations for a JAR file to run an editor
- Replies: 9
- Views: 6047
Re: Need batch file help please
The program opens just fine in Windows 10 and I can search for the file inside the program and it will open the html or htm files just fine. All I am trying to do is be able to double click the file in explorer and have it opened in the jar editor program (like every other type file opens in their a...
- 07 Oct 2016 19:24
- Forum: DOS Batch Forum
- Topic: Changing associations for a JAR file to run an editor
- Replies: 9
- Views: 6047
Re: Need batch file help please
I am not trying to open a jar file (the program is a jar program which open fine) and I am trying to open html & htm files in that jar program when they are double clicked on.
- 07 Oct 2016 10:18
- Forum: DOS Batch Forum
- Topic: Changing associations for a JAR file to run an editor
- Replies: 9
- Views: 6047
Changing associations for a JAR file to run an editor
I need a batch file that will execute my html editor whenever any html or htm file I double click on my computer. I have already set up a batch file named runjava.bat which has the following code to start the html editor start /d "C:\Program Files (x86)\Arachnophilia" Arachnophilia.jar Tha...