How to execute .bat files using Finalbuilder?

292 Views Asked by At

I am using Finalbuilder to build packages. I want to execute .bat using file content iterator. Can I use anything other than file content iterator to execute .bat files?

2

There are 2 best solutions below

0
Chris On

Which version of FinalBuilder are you using?

You can use the Execute Program action. The program file would be cmd.exe, the path to your batch file goes as parameter.

E.g.: cmd.exe /C script.bat

0
T.S. On

FinalBuilder has specific action, called Run DOS Command. And it is used to

...execute any native DOS command or batch file.