Ok, here is a fixed and working StartPhex.bat.
Change the file to read as follows:
start /D"C:\Program Files\phex" javaw -cp . StartPhex
Change the C:\Program files to whatever firectory you have phex in.
This batch file with start phex in with java in the background and the correct class paths. |