Wednesday, December 19, 2012

How to Convert Batch File to EXE

Despite the fact batch files are quite useful for different purposes, it is better sometimes to convert them into executable ones. Today we will learn how to convert batch files to EXE. The easiest and fastest way to convert it is utility Dr.Batcher. It offers a special wizard that lets you convert batch file to EXE in several clicks.
1. Download Dr.Batcher and install it on your computer
2. Start Dr.Batcher and open the batch file you want to convert.
3. Choose ‘Tools’ -> ‘Compile EXE File…’. Follow the wizard instructions.
4. Enter the output file name, choose application type and security options. Check ‘Console’ to create application that will show console output during the batch file execution, or choose ‘Invisible’ to hide the console output. Check ‘Protect batch file and additional files to pervert reverse engineering’ to encrypt the output file. Click ‘Next’.
5. Choose the additional files your script needs while execution. It might be some external applications (for example, zip for backup scripts), other scripts or any other file. Click ‘Next’.
6. Click ‘Next’ to create the executable file.
7. Click ‘Run the created file’ to test the converted EXE or ‘Finish’ to exit the wizard.

Friday, September 7, 2012

New Version of Dr.Batcher Offers Backup Script Wizard

The new version of Dr.Batcher, the award-winning tool for creating and editing batch files, comes with support for creating full-featured backup and restore scripts in a few clicks.
Version 2.2 of Dr.Batcher, a powerful tool for batch files creation and editing designed both for advanced users and newbies, offers brand new Backup Script Wizard. Now one can create compressed (ZIP, CAB archive formats supported) or uncompressed backups with the help of batch scripts, and restore them. All compressed backups can be protected with passwords, also the level of compression is changeable.
It should be noticed that the new version of Dr.Batcher comes with multi-document tabbed user interface. Now one can easily move from one batch file to another during programming them and make changes in many files without opening and closing each of them. Dr.Batcher can automatically load all recently opened files, so user doesn’t have to remember all of them.
Among other changes, in Dr.Batcher 2.2 one can meet support for automatic adding the copyright message on the top of the script, support for auto-saving scripts after the specified period of time, updated settings.
Dr.Batcher still provides users both with professional script editor and simple editor for those who don’t know batch files syntax well. The application comes with support for dozens of most commonly used DOS and Windows commands, also users can extend the list by writing their own XMLs with commands descriptions. While editing a batch file, user can switch between visual editor (Simple mode) and text editor (Professional mode) any time he wants.

Translate