Thread: Phex 5.0
View Single Post
  #16 (permalink)  
Old June 14th, 2001
Jon Trott
Guest
 
Posts: n/a
Default

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.
Reply With Quote