Publisher's description
Start console applications and batch files without any windows in the background
Console applications and batch scripts are regularly run at Windows startup and in schedule. The main inconvenience of this is that every application creates a new console window which flickers on the screen. Hidden Start (or Hstart) is a small startup manager that allows console applications and batch files to be started without any windows in the background.
Hidden Start is very small (~40 Kb), but it allows you to:Start multiple applications in the specified order synchronously.
Start console applications without any windows in the background.
Start non-elevated applications from elevated scripts and batch files (new in v3.0).
Handle UAC privilege elevation under Windows Vista and above.
Set the working directory and priority class of the created processes.
Show success and error messages after command execution.
Changes on the new version: Added support for long commands with more than 2k characters.
Hstart now ignores empty command arguments like "" or " "