Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: .bat to .exe  (Read 19458 times)

0 Members and 1 Guest are viewing this topic.

EchoLdrWolf316

    Topic Starter


    Intermediate

  • Don't worry, Javascript is just Flash on speeeeed.
    .bat to .exe
    « on: August 25, 2008, 06:02:19 PM »
    I need a WORKING program to convert a .bat file to a .exe file so i can put it into an msi.

    ..and to show i'm not making a virus, here is the .bat code
    Code: [Select]
    @echo off
    title Macilizer
    echo Macilizer starting...
    ping -n 1 -w 2000 1.1.1.1 >nul
    echo Initializing...
    ping -n 1 -w 500 1.1.1.1 >nul
    Choice /M "Do You Want To Run Mac Look-Alike Programs?"

    If %errorlevel% EQU 2 goto no
    If %errorlevel% EQU 1 goto yes

    :yes
    echo Starting Battery Meter
    ping -n 1 -w 2000 1.1.1.1 >nul
    start "" "C:\Program Files\Macilizer\Battery Meter\Mioplanet Battery Meter.exe"
    echo Starting Konfablator
    ping -n 1 -w 2000 1.1.1.1 >nul
    start "" "C:\Program Files\Macilizer\Pixoria\Konfabulator\YahooWidgets.exe"
    echo Starting Object Dock
    ping -n 1 -w 2000 1.1.1.1 >nul
    start "" "C:\Program Files\Macilizer\Stardock\ObjectDock\ObjectDock.exe"
    ping -n 1 -w 2000 1.1.1.1 >nul
    echo Exiting....
    ping -n 1 -w 2000 1.1.1.1 >nul
    exit

    :no
    echo Exiting....
    ping -n 1 -w 2000 1.1.1.1 >nul
    exit

    fireballs



      Apprentice

    • Code:Terminal
    • Thanked: 3
      Re: .bat to .exe
      « Reply #1 on: August 25, 2008, 06:07:10 PM »
      i use a file called batchcompiler.exe (surprisingly) but i can't remember where i downloaded it from! i'll have a quick check.

      :EDIT that doesn't exactly prove alot...

      FB
      Next time google it.

      EchoLdrWolf316

        Topic Starter


        Intermediate

      • Don't worry, Javascript is just Flash on speeeeed.
        Re: .bat to .exe
        « Reply #2 on: August 25, 2008, 06:07:54 PM »
        ok, thank-you

        EDIT: if you want to convert it for me, then send it back to make sure i'm not using the program for malicious software, you can, the source code is above.

        fireballs



          Apprentice

        • Code:Terminal
        • Thanked: 3
          Re: .bat to .exe
          « Reply #3 on: August 25, 2008, 06:08:32 PM »
          Next time google it.

          EchoLdrWolf316

            Topic Starter


            Intermediate

          • Don't worry, Javascript is just Flash on speeeeed.
            Re: .bat to .exe
            « Reply #4 on: August 25, 2008, 06:12:15 PM »
            http://www.hollmen.dk/articles/batch.htm

            FB
            ::) According to Norton Internet Security 2008, that file is a trojan horse  ::)


            fireballs



              Apprentice

            • Code:Terminal
            • Thanked: 3
              Re: .bat to .exe
              « Reply #5 on: August 25, 2008, 06:14:58 PM »
              buggery......
              Next time google it.

              EchoLdrWolf316

                Topic Starter


                Intermediate

              • Don't worry, Javascript is just Flash on speeeeed.
                Re: .bat to .exe
                « Reply #6 on: August 25, 2008, 06:15:48 PM »

                fireballs



                  Apprentice

                • Code:Terminal
                • Thanked: 3
                  Re: .bat to .exe
                  « Reply #7 on: August 25, 2008, 06:18:03 PM »
                  lol well i use AVG 8 and it hasn't pulled batchcompiler.exe up at all. Plus i've had no problems since downloading it... but if you're in doubt don't download it. search google for a free batch compiler.

                  FB
                  Next time google it.

                  EchoLdrWolf316

                    Topic Starter


                    Intermediate

                  • Don't worry, Javascript is just Flash on speeeeed.
                    Re: .bat to .exe
                    « Reply #8 on: August 25, 2008, 06:20:51 PM »
                    lol well i use AVG 8 and it hasn't pulled batchcompiler.exe up at all. Plus i've had no problems since downloading it... but if you're in doubt don't download it. search google for a free batch compiler.

                    FB
                    :-[ i tried, i keep finding this http://www.download.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html which doesn't do anything, you set it up, then when you hit convert, nothing is created, the window just resets................................. .............
                    is there an option to open a .bat and save it as a .exe in Microsoft Visual Basic?

                    fireballs



                      Apprentice

                    • Code:Terminal
                    • Thanked: 3
                      Re: .bat to .exe
                      « Reply #9 on: August 25, 2008, 06:26:48 PM »
                      I've no idea i've never used it.

                      how about this: http://www.abyssmedia.com/quickbfc/

                      FB
                      Next time google it.

                      EchoLdrWolf316

                        Topic Starter


                        Intermediate

                      • Don't worry, Javascript is just Flash on speeeeed.
                        Re: .bat to .exe
                        « Reply #10 on: August 25, 2008, 06:29:38 PM »
                        I've no idea i've never used it.

                        how about this: http://www.abyssmedia.com/quickbfc/

                        FB

                        keeps saying broken link  :-\

                        fireballs



                          Apprentice

                        • Code:Terminal
                        • Thanked: 3
                          Re: .bat to .exe
                          « Reply #11 on: August 25, 2008, 06:35:49 PM »
                          try searching sourceforge or any other open source software repositories.

                          btw love the title... "macilizer" lol

                          FB
                          Next time google it.

                          EchoLdrWolf316

                            Topic Starter


                            Intermediate

                          • Don't worry, Javascript is just Flash on speeeeed.
                            Re: .bat to .exe
                            « Reply #12 on: August 25, 2008, 06:36:28 PM »
                            try searching sourceforge or any other open source software repositories.

                            btw love the title... "macilizer" lol

                            FB
                            ;D lol, ill try sourceforge

                            EchoLdrWolf316

                              Topic Starter


                              Intermediate

                            • Don't worry, Javascript is just Flash on speeeeed.
                              Re: .bat to .exe
                              « Reply #13 on: August 25, 2008, 06:48:49 PM »
                              nothing  :-[, can you take the source code above, convert it to a .exe, and upload it to www.savefile.com and give me the link?

                              fireballs



                                Apprentice

                              • Code:Terminal
                              • Thanked: 3
                                Re: .bat to .exe
                                « Reply #14 on: August 25, 2008, 06:56:16 PM »
                                scan it for viruses, don't run it if there's anything suspicious about it! I won't take any reponsibility for any damage to your system. (I resisted the BIG temptation to inset "compiled by fireballs" :P

                                http://www.mediafire.com/?sharekey=d4d666f83e4aabb7d2db6fb9a8902bda

                                FB
                                Next time google it.