Windows Batch File Creation

Martin Brinkmann
Apr 26, 2009
Updated • Jun 1, 2017
Software, Windows software
|
4

Batchrun is a free program that assists you in the creation of batch files on computer systems running Windows.

Windows batch files seem to be a thing of the past for the majority of today's users. Only some IT guys and those with the preserved knowledge on how to create them use batch files to automate some tasks on the operating system.

The majority of Windows users does not probably even know how to create batch files anymore. This is where the batch file creation software Batchrun comes into play. It is provided as an installer and as a portable application which function exactly the same.

Batchrun is a batch creation program with a graphical user interface which you may use to create and manage batch files.

A graphical user interface that would require knowledge about commands and structure would still only appeal to a relatively small audience. Batchrun however ships with commands and switches that you may add to your script without deeper knowledge of how they work or the proper syntax of a command.

Batchrun

You can hit the new button in the interface to crate a new batch file from scratch, or open to load an existing one instead.

Once you have made the decision, you may add supported commands to the batch file. One of the shortcomings of the application is that it does not support all commands supported by Windows.

Batchrun supports the following commands at the time of writing: run, copy, rename, makedir, delete, deltree, end process, kill process and text to clipboard.

Each command has to be associated with a filename or name, and several optional components including parameters, execution delays, working directories, run modes or priorities.

Drag and drop is supported between Windows Explorer and Batchrun to select files more easily from the computer system. As soon as the first command has been added to the program it can be tested by executing it from within the interface.

Batchrun will display a progress bar that gives the user a indication of the execution process. The batch files can be saved directly to the computer system and even the Windows startup process. They are however not saved as .bat files but as .brs files which can only be executed by the Batchrun software.

Verdict

Batchrun is a handy program for Windows that you can run on all recent versions of the Microsoft Windows operating system. While somewhat limited in its scope, it may still prove useful to Windows users who want to make use of the functionality it provides.

Update: Batchrun's web address has changed, and we have changed the link accordingly. The program is now compatible with all recent 32-bit and 64-bit editions of Windows XP, Windows Vista and windows 7.

Summary
software image
Author Rating
1star1star1star1stargray
no rating based on 0 votes
Software Name
Batchrun
Operating System
Windows
Software Category
Administration
Landing Page
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Matt said on June 4, 2009 at 12:24 am
    Reply

    VBScript is also a good option to automate tasks, and it is already included on any computer that you might want to run it on. I made a template that makes it easier to create macros using vbscript. You can download it here http://vbscript-macro-template.blogspot.com. It’s not an editor though. You still have to use notepad or something.

    Personally I use SCITE for all my batch and VBScript editing. Their site is here http://www.scintilla.org/SciTE.html . It does not have any autocomplete capabilities, but it does do syntax highlighting. With it and a good reference website, you can do great things!

    I’d stay away from programs like this. They have no future. Any time you spend learning it is a waste of time.

  2. Tobey said on April 27, 2009 at 9:30 am
    Reply

    Nice find. Though, I think I’ll stick to the good ol’ ways :-)

  3. Rarst said on April 26, 2009 at 4:11 pm
    Reply

    I was excited at the start of post and disappointed by the end. :( Creating BAT (more like CMD in recent years) is indeed quite hard.

    But this is no batch editor, just another made up scripting language. And requires itself to run scripts. Taking something more flexible like AutoIt (with option to compile into standalone executables) would be much more powerful.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.