Batch blitz

D

DS

I currently use a product called Batch Blitz 3.0 to
execute batch files on remote servers. I'm looking for a
more robust alternative. Any ideas?
 
M

Mark V

In said:
I currently use a product called Batch Blitz 3.0 to
execute batch files on remote servers. I'm looking for a
more robust alternative. Any ideas?

I am not familiar with Batch Blitz and their site is "under
construction..."

You might look at one (or more for that matter) of the free tools at
http://sysinternals.com

Specifically the PSEXEC.EXE utility which may (or not) fill your
requirements for remote execution.
 
M

Matt Hickman

DS said:
I currently use a product called Batch Blitz 3.0 to
execute batch files on remote servers. I'm looking for a
more robust alternative. Any ideas?

Here is an old trick we started using after MS dropped
the "net admin" command from NT server. You can use at.exe e.g.:

AT \\computername 12:00 mybatchfile.cmd

If you want to kick it off automatically, you may want to do it
from a script where you can add a minute or two to your time
variable.

Not sure if it is more robust than Batch Blitz...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top