Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Does Wine recognize .bat files?

  1. #1
    Join Date
    Mar 2007
    Beans
    1,052

    Does Wine recognize .bat files?

    Does it?? Because if it doesn't, I can't run this game...
    Apps for Ubuntu (outdated) ---> http://cid-23a283fc1010a1bb.skydrive...%20Wine|6?uc=1
    Use Mnemosyne to Study for School!

  2. #2
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Does Wine recognize .bat files?

    I've had mixed results.

    Why don't you just run the commands in the batch files manually?
    I'm not entirely sure why a ***dows based game would need a batch file, but eh it happens.

  3. #3
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Does Wine recognize .bat files?

    If you run "wineconsole" in the terminal, it opens a Windows command prompt. You might have some luck running a .bat in that.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  4. #4
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Does Wine recognize .bat files?

    Quote Originally Posted by s3a View Post
    Does it?? Because if it doesn't, I can't run this game...
    Post the contents of this file.

  5. #5
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Does Wine recognize .bat files?

    5 bucks says it's an lzh decryption script for a scene packed game...

    lol

    but seriously if it is, don't bother posting it. ^_^
    otherwise, go for it.

  6. #6
    Join Date
    Mar 2007
    Beans
    1,052

    Re: Does Wine recognize .bat files?

    Quote Originally Posted by cogadh View Post
    If you run "wineconsole" in the terminal, it opens a Windows command prompt. You might have some luck running a .bat in that.
    After doing wineconsole, what do I do in order to start the .bat? I already tried right clicking on the file and selecting open with winefile and wineconsole. Does this mean I won't be able to start the file without Windows?!?
    Apps for Ubuntu (outdated) ---> http://cid-23a283fc1010a1bb.skydrive...%20Wine|6?uc=1
    Use Mnemosyne to Study for School!

  7. #7
    Join Date
    Mar 2007
    Beans
    1,052

    Re: Does Wine recognize .bat files?

    I think that downloading DOSBOX will help me run this. I will post results...
    Apps for Ubuntu (outdated) ---> http://cid-23a283fc1010a1bb.skydrive...%20Wine|6?uc=1
    Use Mnemosyne to Study for School!

  8. #8
    Join Date
    Mar 2007
    Beans
    1,052

    Re: Does Wine recognize .bat files?

    Unfortunately, I don't know how to use DOSBOX...:'(, help?
    Apps for Ubuntu (outdated) ---> http://cid-23a283fc1010a1bb.skydrive...%20Wine|6?uc=1
    Use Mnemosyne to Study for School!

  9. #9
    Join Date
    Aug 2007
    Location
    /root
    Beans
    216
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Does Wine recognize .bat files?

    Open wineconsole and navigate to the directory where the .bat file is. Start it by typing "start bat-file.bat" (for example "start test.bat"), but I'm not sure that the command is "start". Tell me if it worked.

  10. #10
    Join Date
    Oct 2007
    Beans
    21

    Re: Does Wine recognize .bat files?

    Ok. I'm sorry to have revived this thread, but this seems to be the only thing working for me.

    When I run my .bat with start, it needs to open another program, and it doesnt work when I do the start.

    The code in the .bat is this-
    Code:
    @title Sinscape Client
    
    @java -cp ./SinScape.jar -Xmx500m client
    
    @pause
    The CMD For the Client will open, but the sinscape.jar thing wont.

    [code]
    Z:\home\kyle\Desktop\Sinscape2.1>start run.bat
    fixme:exec:SHELL_execute flags ignored: 0x00000500
    Z:\home\kyle\Desktop\Sinscape2.1>
    Last edited by darkenigma02; February 6th, 2008 at 03:54 AM.

Page 1 of 3 123 LastLast

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
  •