CMD.exe Emulator in Ubuntu to run .cmd/.bat file

19,092

Install Wine and you can run:

wine cmd /c mybatch.bat
Share:
19,092
Shiplu Mokaddim
Author by

Shiplu Mokaddim

Me, a learner, explorer. SOreadytohelp Some of my answers. http://stackoverflow.com/questions/8826908/what-is-the-best-way-to-find-difference-between-2-large-arrays/8827033#8827033 http://stackoverflow.com/questions/9448424/detecting-if-cookies-are-enabled-in-php/9448539#9448539 http://stackoverflow.com/questions/8967947/can-i-open-socket-in-php-from-a-specific-ip-if-the-machine-has-two-ips/8968016#8968016 http://stackoverflow.com/questions/8879301/performance-of-copying-a-file-with-fread-fwrite-to-usb/8879583#8879583 http://stackoverflow.com/questions/9048360/how-to-extract-relative-url-from-argument-values-from-request-string/9048444#9048444 http://stackoverflow.com/questions/8919550/capture-image-with-imagegrabscreen-and-wamp/9033112#9033112 http://stackoverflow.com/questions/8695726/would-this-be-enough-to-deter-a-robot/8695827#8695827 http://stackoverflow.com/questions/9449825/what-is-the-php-exec-return-value/9449861#9449861 http://stackoverflow.com/questions/9250129/if-domain-a-has-an-iframe-of-domain-b-which-has-an-iframe-of-domain-a-can-doma/9250220#9250220 http://stackoverflow.com/questions/9549649/can-you-use-select-join-for-questions-and-its-tags/9549740#9549740 http://stackoverflow.com/questions/10785283/splitting-huge-sql-dump-file-in-smallest-chunks-possible/10785411#10785411

Updated on September 18, 2022

Comments

  • Shiplu Mokaddim
    Shiplu Mokaddim almost 2 years

    Possible Duplicate:
    Executing .bat file

    The title says it all.

    I need to create batch files and run and test them. I dont have any Windows machine. If there was any cmd.exe emulator in Ubuntu I would have worked on it.

    So do you know emulator that can run .bat/.cmd files?

    I know I can use vmware, virtualbox-ose. But to use it I need existing Windows which I dont have.

  • Shiplu Mokaddim
    Shiplu Mokaddim over 12 years
    Wow!! I didn't know cmd is somewhere in wines path
  • Oli
    Oli over 12 years
    There's an explorer too. They've ported quite a lot of the core stuff.