how to run cabalmain with DOS mode?

Results 1 to 10 of 10
  1. #1
    Enthusiast jimmycollin is offline
    MemberRank
    Dec 2008 Join Date
    Thủ Dầu MLocation
    37Posts

    how to run cabalmain with DOS mode?

    in hex editor cabalmain I found the words "this program can not be run ehit DOS mode? How to run DOS mode cabalmain?

    thanks!


  2. #2
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: how to run cabalmain with DOS mode?


  3. #3
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: how to run cabalmain with DOS mode?

    Hahahahahaha! XD

  4. #4
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: how to run cabalmain with DOS mode?

    That is a message that you get if you try to run the binary outside win32 environment. You don't need to run it in any mode xD.

  5. #5
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: how to run cabalmain with DOS mode?

    DOS means a very old operating sysytem on PCs. Open up a command prompt and that is DOS pretty much, all console and no windows. You don't want that.

    Geeks WILL find this question funny but that is because they are geeks. I have to admit i LOLed :P

  6. #6

    Re: how to run cabalmain with DOS mode?

    Well...

    if you need to ask is because you won't understand anyway, so just keep closed your hex editor...

    Ok, I'm kidding...

    As chumpy said, DOS mode is an old OS (Disk Operational System) that was dead a little after dinos. Believe us when we say: you really won't wanna this.


  7. #7
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: how to run cabalmain with DOS mode?

    Quote Originally Posted by cypher View Post
    That is a message that you get if you try to run the binary outside win32 environment.
    That or you're dealing with a fried binary.

    Quote Originally Posted by Dark AvaThar View Post
    if you need to ask is because you won't understand anyway, so just keep closed your hex editor...
    As much as I respect your work, but you shouldn't get snot-nosed. We all asked ourselves the same question, at some point


    Slightly off topic (and slightly cheesy):
    Spoiler:
    TADA! Cabal in DOS Mode:



  8. #8
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: how to run cabalmain with DOS mode?

    Quote Originally Posted by Alphakilo23 View Post
    Slightly off topic (and slightly cheesy):
    Spoiler:
    TADA! Cabal in DOS Mode:


    Ok, that is pretty cool

  9. #9

    Re: how to run cabalmain with DOS mode?

    As much as I respect your work, but you shouldn't get snot-nosed. We all asked ourselves the same question, at some point
    Don't misunderstand me... as I said: "I'm kidding"...


    but you are right, we were all noobs at some time in our lives, so let me explain more "geekly"

    so...

    @jimmycollin

    In the beginning we had a bit... ops I mean... 1 bit... or 0 bit humm I'm confused now...

    Ok, Kidding again...

    That message, my dear padawan, mean you can not run cabalmain in MS-DOS mode. Since MS-DOS is a 16-bit Operational System and uses instructions that are 16 bits long.

    In resume we have:

    16-bit OS uses instructions that are 16 bits long (Like MS-DOS)
    32-bit OS uses instructions that are 32 bits long (Like any flavor of Windows32)
    64-bit OS uses instructions that are 64 bits long (Like any flavor of Windows64)

    so you can run an 16bits application on a 32 or 64bit OS, but you can not run a 64bit application on a 32 or 16bit OS because the instructions "doesn't fit"

    It's a little rudimentary explanation but I think it's enough
    Last edited by Dark AvaThar; 05-10-10 at 11:18 PM.

  10. #10
    Fuck. SheenBR is offline
    ModeratorRank
    Feb 2008 Join Date
    Jaú, BrazilLocation
    2,433Posts

    Re: how to run cabalmain with DOS mode?

    You cant run such a exe like that in DOS.
    You can run console made programs in C++ in DOS, for example. Dunno if you can run .Net colose program in DOS.



Advertisement