Skip to content

Execute a BAT file

This action lets you silently execute a batch (.bat) file. This command is interesting if you would like to register an ActiveX control using REGSVR32.EXE for example. If you need to run external programs, consider the "Execute a program" action.

Property Name Data Type Description
BatFilename String Full path to your .BAT file. Example: %DESTPATH%\Temp\RegOCX.Bat
HideProgram Boolean Indicates whether the command line window is hidden or not.
WaitUntilEnd Boolean Defines whether the package has to wait until the end of execution or continue without waiting.
WorkingDir String Full path to the working directory.

All available actions