XenoLight / infinity-client

Automatically exported from code.google.com/p/infinity-client
0 stars 0 forks source link

Enhancement to compile.bat to include JDK download option. ~ Dragon #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have created a useful .bat script which checks a "Windows" user's processor 
architecture (x86/x64) and launches a direct download link through their 
default web browser. I believe this would be a useful tool in helping 
troubleshoot users' errors with compiling scripts. Also this is why I feel it 
should be combined with the pre-existing compile.bat which I have already done 
with the use of a context menu so the user can select to download JDK or simply 
compile. 

I believe most users who have the problem compiling the Runedev script either 
1. don't have JDK, or 2. don't have the proper version installed and do not 
have the knowledge to troubleshoot it themselves, this is why they seek out for 
help on the chat or in forum help section. 

This would only need be added for the windows users (compile.bat), the other 
platform's scripts can remain as they are because there is not many (if any, 
from my helping experience I haven't seen any) that have a non windows OS who 
don't know how to do this all themselves.

Tell me what you think and throw some of them thoughts around.

Attached is the most recent edit I have of the sample .bat to be added.
Recent additions:

    *Added warning for launching external .exe download.
    *Colorized to match Runedev color theme.
    *Added context menu with 3 options (download, compile, exit)
    *Tested Via Teamviewer with x64bit user and works 100% to my knowledge

Original issue reported on code.google.com by dyhrkopp...@gmail.com on 19 Dec 2010 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago
Meant to set this as enhancement ... Not defect lol

Original comment by dyhrkopp...@gmail.com on 19 Dec 2010 at 11:17

GoogleCodeExporter commented 9 years ago
Cool; I just modified this to do more stuff - such as open Runedev.jar (Now you 
can remove play.bat) and Check if the website is down or up.

Original comment by kspun...@hotmail.com on 19 Feb 2011 at 6:37

Attachments: