BAT to EXE Converter
  Download Buy PRO Update PRO   

  Home ->

  Advanced BAT to EXE Converter quickly converts your batch scripts to .EXE files. Even the most complex batch files can be converted to executables.

  Learning the simple batch file language and compiling your script to EXE is the easiest way to develop Windows applications!

  You will benefit from changing your scripts to windows executables in many ways. Users of your scripts cannot view/change your code after it is encrypted by the compiler. Any actions performed by the script can be kept secret. Additionally, there is a feature to run your scripts "Invisible" in the background without the batch file console window.

  Executables compiled with Advanced BAT to EXE Converter will run on all Windows versions from Windows98 to Win8 64bit. Check out the Frequently Asked Questions section.
 


  Advanced BAT to EXE Converter has the following unique features:
  • Built in editor.
     
  • Allows Mouse Input for your batch files
     
  • Select executable icon for a professional appearance.
     
  • Encrypts batch file source to keep your code secret.
     
  • You can set EXE product version and company info properties.
     
  • Includes Advanced Extended Batch File Commands unavailable in normal batch files.
     
  • Invisible Mode will launch the batch file completely silent. Users will not know any program was launched.
     
  • Embed and Encrypt additional dependency files (images, sounds, .exe)
     
  • Useful for creating installation packages.
     
  • Helps automate repetitive tasks.
     
  • Generated .EXE are stand-alone files that do not require any .DLL to run.
     
  • Works on all Windows 98/ME/2000/XP/2008/Vista/Win7/Win8 64bit compatible.
     
  • MSDOS compile option.



Safe Site Reputation
Click to check current Webutation




Advanced BAT to EXE Converter v2.83
(released Mar 14th, 2013 2:45pm EST)

Download Advanced BAT to EXE Converter

NEW v2.83


OS: Windows
Size: 794 KB
License: Freeware




Advanced BAT to EXE Converter v2.82
(released Mar 7th, 2013 11:15pm EST)

 Download Advanced BAT to EXE Converter

OLD v2.82

 Advanced BAT to EXE Converter is completely free
to use on one computer without any limitations
for personal use.




Includes Extended Commands unavailable with normal batch files.



bat to exe converter

advanced bat to exe converter



Advanced Extended Batch File Commands Index

  
Add [Number1] [Number2]
  BrowseFiles [ ??? Optional_File_Extention ] [ Optional_StartPath ]
  BrowseFolder
  CenterSelf
  ChangeColor [Integer_FGcolor(0-15)] [Int_BGcolor(0-15)]
  ClearColor
  CloseWindow "Window_Title"
  CursorHide
  CursorShow
  Divide [Number1] [Number2]
  FastCMD [Slot(1-9)]
  GenRandom [MaxInteger]
  GetInput
  GetLength [Text]
  GetMasked
  GetPercent [Number1] [Number2]
  GreaterThan [Number1] [Number2]
  Hideself
  HideWindow "Window_Title"
  LaunchSilent [Text_Filename] [Options(or "" )] [Int_WaitTillFinish(1or0)]
  LessThan [Number1] [Number2]
  LimitDecimal [DecimalNumber] [Integer_X]
  Locate [Integer_Y(1-25)] [Int_X(1-80)]
  LocateAt [Integer_Y(1-25)] [Int_X(1-80)]
  MakeInteger [DecimalNumber]
  MakeLower [Text]
  MakeUpper [Text]
  MouseCmd [ x1,y1,x2,y2 ]
  Multiply [Number1] [Number2]
  PaintBoxAt [Integer_Y] [Int_X] [Int_Height] [Int_Width] [Int_BGcolor(0-15)]
  PaintScreen [Integer_BGcolor(0-15)]
  PrintBox [Integer_Height] [Int_Width] [Int_BorderType(1or2)]
  PrintBoxAt [Integer_Y] [Int_X] [Int_Height] [Int_Width] [Int_Border(1or2)]
  PrintCenter [Text] [Integer_Y(1-25)] [Int_FGcolor(0-15)] [Int_BGcolor(0-15)]
  PrintColor [Text] [Integer_FGcolor(0-15)] [Int_BGcolor(0-15)]
  PrintColorAt [Text] [Int_Y] [Int_X] [Int_FGcolor(0-15)] [Int_BGcolor(0-15)]
  PrintReturn
  PrintSpace
  ShadeBoxAt [Int_Y] [Int_X] [Int_Height] [Int_Width] [Int_ShadeType(1-4)]
  ShowSelf
  ShowWindow "Window_Title"
  Subtract [Number1] [Number2]
  Wait [Integer_Milliseconds]

NOTE - The Advanced Functions do NOT work for DOS compiled executables.



Extended Functions Usage

Tip #1 - You MUST use the prefix "rem " for the compiler to recognize the Advanced Commands. There must be only one space between REM and the Advanced Command or it will remain a COMMENT.

    rem HideSelf
    rem   HideSelf

Tip #2 - Advanced Commands with the "At" suffix (graphical commands) will hide the console cursor.
    The cursor is hidden so you can string graphical commands together without the cursor blinking on the screen.
    You may want to use the CursorShow command after you use these commands.



Tips for using Advanced BAT to EXE Converter

   Command Line Compile Usage:
   Copy your "ab2econv283pro" installation folder out of %program files%
   to a location where you have write permissions first.

     aB2Econv.exe "c:\Batch Files\input.BAT" "c:\Batch Files\output.EXE"

   It is recommended that you use quotes and full path filenames.

   You can right click a batch file in Windows Explorer and use the context menu
   to automatically compile a batch file as well.


FAQs (Frequently Asked Questions)   

  • Why should I use Advanced BAT to EXE Converter?
  •     You can encrypt your script to hide the code from end users. This allows you to share scripts with passwords for FTP or networking functions. You can also embed Icons and other binary files that your script needs to function and turn them all into one stand-alone EXE file to share. You also have the option of password protecting your EXE so it will not run without the correct password.

  • What makes Advanced BAT to EXE Converter better than other BAT to EXE compilers?
  •     There are over 40
    Extended commands unique to Advanced BAT to EXE Converter that makes your scripts much more powerful including hiding any windows application dialog and using mouse input within your batch file script.

  • Will my batch file need any modifications before compiling?
  •     Advanced BAT to EXE Converter is the only compiler that will compile your script and not need any modifications for all complex tasks.

  • How can I modify my batch script so it does not require an Admin Manifest?
  •     Use can use the %MYFILES% variable as the working folder for your batch file since you always have write access to this directory and files even without Admin rights.

  • Do I have to pay for future updates?
  •     Lifetime free updates for all buyers of the PRO version. Free technical support with a fast response time for free and PRO version.

  • How do I compile as Invisible or include an Icon and Version properties when compiling a batch file with the Windows Context menu or command line?
  •     First, compile the batch file using Advanced BAT to EXE Converter with all of the project options you would like. Next, save the batch file. All of your Icon, Embedded files, Version and Invisible properties are saved in the header of the batch file. These settings will be loaded and used when you compile from the command line or use the Windows Explorer context menu compile option. The only difference is that the output EXE file will always be named after the batch file instead of using the BFCPEEXE header variable.

  • How do I use Embedded files in my batch file script?
  •     Embed any of the files that your script needs to use upon execution in to your EXE using the "Embed Files" tab on the "Select EXE Options" dialog. This dialog appears after selecting your EXE filename when you hit the Build EXE button. Use the %MYFILES% variable within your script to access these files as if it was a folder.

  • The LaunchSilent extended command does not seem to work for the program that I am launching?
  •     Some windows applications will launch a second dialog that will not remain invisible. In this case, use the HideWindow extended command. Make sure you use the "rem Wait 250" extended command between launching the program and hiding it. This will allow the program time to load before attempting to hide it. You may want to launch the application minimized in this situation. Here is a quick example:

    start /MIN notepad.exe
    rem Wait 250
    rem HideWindow "Untitled - Notepad"

  • My Icon is not showing after compiling the batch file script?
  •     There is a known issue with the Windows7 fast-cache feature that in rare situations could prevent the new icon from showing at first. Simply copy your EXE to another folder and you will see the icon appear.


Graphic Wizard

Steps to get started:

  • Choose the FG (foreground) and BG (background) colors you wish to use with the color strip (bottom right)
  • Choose type of tool in preview box (top right)
  • Click where you would like the top-left corner of the tool to start. Then click the bottom-right corner in the work surface. This should draw a box based on which tool was selected in the previous step.
  • Click the "Wait30ms" button when you wish to start a new "frame" if you are creating an animation. This will also refresh the GE Wiz window.
  • Click the "Copy Code to Clipboard" command button. Paste in Advanced BAT to EXE Converter, then BUILD EXE to test.
  • Examples can be found in the LOAD button


PAD File

Advanced BAT to EXE Converter uses modified Batch File Compiler PE engine

 Copyright © 2010-2013 BDargo Software - bdargosoftware@gmail.com
Privacy Policy



Links