Jump to content

sxebombshell

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by sxebombshell

  1. cd c:pandora

    start "Program FilesJavajdk1.5.0_06binjava"-jar pandora.jar 8085

    cd c:Program FilesMozilla Firefox

    start firefox http://www.pandora.com/

    ping -n 8 127.0.0.1

    start firefox http://localhost:8085

    the script above didn't work for me but the one below did:

    cd c:pandora

    start java -jar pandora.jar 8085

    cd c:Program FilesMozilla Firefox

    start firefox http://www.pandora.com/

    ping -n 8 127.0.0.1

    start firefox http://localhost:8085

    if anybody wants, i made the bat file for you guys, just download it & your all set but if you are curious to see whats in the file just open it with notepad & you'll see its the same code here:

    http://rapidshare.com/files/8670724/pandora_fix.bat.html

    Sorry, that specifies the version of java I used, and its location on my box. I have multiple installations, for running programs that require or seem to prefer varying versions. The important part was the last 2 lines anyway ;)

  2. Hi, I wrote the first workaround (keeping two tabs open), Any other thoughts on how to automate the second workaround into an applet, or some other 1-click method?

    Matt

    Automating your method comes to mind first.

    I use a bat file to start up my jar anyway. just add a bit to it...

    cd c:pandora

    start "Program FilesJavajdk1.5.0_06binjava"-jar pandora.jar 8085

    cd c:Program FilesMozilla Firefox

    start firefox http://www.pandora.com/

    ping -n 8 127.0.0.1

    start firefox http://localhost:8085

×
×
  • Create New...