topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 10:03 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Batchrun 4.1  (Read 12700 times)

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Batchrun 4.1
« on: December 12, 2006, 01:19 AM »
in relation to questions posed in this thread: Is it possible to start a program when you first start LanchBar Commander?.

i'd like to introduce Batchrun 4.1

Batchrun will let you create batch files using a graphical interface. In the good old days of DOS .bat files took care of this task. They still do, but they're not exactly user friendly. With Batchrun .brs batch files you can launch any number of programs or dialup connections with just a simple click. You can control the starting process with many properties like priority or run mode and control their behavior a tad. You can even do more than starting programs with the built-in file management functions like Copy, Rename, Makedir, Delete and End Process. Batchrun batch files can be launched from Explorer or placed in StartUp folder or on the Desktop.
-website

Main Window
batchrun41.png

Les Rogers

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #1 on: December 23, 2006, 03:18 AM »
hi all
Les Rogers  ........... [email protected]

I'll buy into batchrun programme .........

I've used it many times.

Simplest batch programme for windows.

Just the greatest..........my twopence worth

Use it ........... GREAT!!

Outertech Support

  • Member
  • Joined in 2008
  • **
  • Posts: 174
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #2 on: April 23, 2009, 11:18 PM »
<b>Batchrun 4.2</b> has just been released.

<b>Changes</b><ul><li>End Process command to close another application graciously</li>
<li>Kill Process command to remove another application from memory</li>
<li>Text to Clipboard command to copy any text to the Windows Clipboard</li>
<li>Gui Tweaks</li>
<li>Updated help file</li>
</ul>Website: http://batchrun.outertech.com
Download: http://download.oute...ech.com/batchrun.exe
Download portable edition (manual installation): http://download.oute...atchrun_portable.zip

<b>Feature List</b>
<ul><li>Launch files of any filetype and dialup connections</li>
<li>Internal commands: Run, Copy, Rename, Makedir, Delete, DelTree, End Process, Kill Process, Text to Clipboard</li>
<li>Wildcard support for Copy, Delete and DelTree</li>
<li>Makedir nested folder creation</li>
<li>Drag and Drop between Explorer and Batchrun</li>
<li>Support for date and time tags</li>
<li>Command line parameters can be passed to Batchrun script files</li>
<li>Save batch files directly to Startup and Desktop</li></ul>
« Last Edit: April 25, 2009, 01:42 AM by Outertech Support »

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #3 on: April 24, 2009, 12:04 AM »
wow! this is good news. i never thought there'd be any more updates to Batchrun. however, i can't think of an instance to use the 'Text to Clipboard' command. some pointers on its usage would be nice.. :)

Outertech Support

  • Member
  • Joined in 2008
  • **
  • Posts: 174
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #4 on: April 24, 2009, 12:07 AM »
I needed it myself to create a script that launched the game Warhammer Online in Idle Priority and copied the login password to clipboard, so I could paste it to the login window. So this feature went in.


lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #5 on: April 24, 2009, 12:17 AM »
thanks, good to know that..

Outertech Support

  • Member
  • Joined in 2008
  • **
  • Posts: 174
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #6 on: April 25, 2009, 02:21 AM »
We are open to suggestions for new Batchrun commands.

Outertech Support

  • Member
  • Joined in 2008
  • **
  • Posts: 174
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #7 on: April 26, 2009, 01:45 PM »
We have a new build out (bugfix release).

Batchrun 4.2.0.4

Download: http://download.oute...ech.com/batchrun.exe
Download portable edition (manual installation): http://download.oute...atchrun_portable.zip

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #8 on: April 27, 2009, 05:29 AM »
thanks for the portable edition.. when it comes to Batchrun users, i seem to be part of a select group of one. :)

i also have a small suggestion, pertaining to the "Register Brs file type" command. this command does not seem to be optimized for long file names. however it can be fixed by putting filepath within the double quotes ("%1").. you can see the difference in the screenshots..

Before
sc_2009-04-27_001_batchrun_edit_before.png

After
sc_2009-04-27_002_batchrun_edit_after.png


Outertech Support

  • Member
  • Joined in 2008
  • **
  • Posts: 174
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #9 on: April 27, 2009, 06:35 AM »
thanks for the portable edition.. when it comes to Batchrun users, i seem to be part of a select group of one. :)

We had 10.000 dowloads in 2 days, so it seems not to be that bad. ;-)

--

The code already contains double quotes, checked both in the program and the installer.

my registry looks like this:

Shell | Edit | Command

C:\Projects\Batchrun\Batchrun.exe -edit "%1"
« Last Edit: April 27, 2009, 06:37 AM by Outertech Support »

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #10 on: April 27, 2009, 09:10 AM »
thanks for the portable edition.. when it comes to Batchrun users, i seem to be part of a select group of one. :)

We had 10.000 dowloads in 2 days, so it seems not to be that bad. ;-)
-Outertech Support (April 27, 2009, 06:35 AM)

that is great news, it shows that it's worth working on this app.. :up:


The code already contains double quotes, checked both in the program and the installer.

my registry looks like this:

Shell | Edit | Command

C:\Projects\Batchrun\Batchrun.exe -edit "%1"
-Outertech Support (April 27, 2009, 06:35 AM)

ok, now i understand why this happens.. your example shows filepath with no space unlike the setup file which installs to 'C:\Program Files\Batchrun' so i just put the quotes around filepath as well and that seems to have solved the problem.. :)

"C:\Program Files\Batchrun\Batchrun.exe" -edit "%1"


Outertech Support

  • Member
  • Joined in 2008
  • **
  • Posts: 174
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #11 on: April 27, 2009, 09:28 AM »
Please test it in 4.2.0.5.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #12 on: April 27, 2009, 08:35 PM »
it works fine now, thanks! :Thmbsup:

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Batchrun 4.1
« Reply #13 on: July 30, 2009, 02:35 AM »
is it possible to add a feature that enable users to check whether the items listed are still available? i have a long list of items in one of my batchrun files and it's quite hard to check one by one.