Results 1 to 2 of 2

Thread: Can someone translate this .bat into .sh for me?

  1. #1
    Join Date
    Jul 2012
    Beans
    10

    Smile Can someone translate this .bat into .sh for me?

    Code:
    @echo off
    COLOR 04
    title BainScape Client v16 is running!
    start javaW -splash:.fub_file_store_32/Splash.gif -Xmx500m -cp .;Theme.jar Gui 0 0 highmem members 32
    exit
    File Name: Launch Client.bat

    Thanks.

  2. #2
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Smile Re: Can someone translate this .bat into .sh for me?

    Code:
    java -jar Theme.jar Gui 0 0 highmem members 32

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •