Subject Launching setup from a batch file
Author johndcleland
I would like to be able to run setup using parameters from a batch
file.

I have tried

<path>\ Firebird-1.0.1.821-
Win32.exe /SILENT /NOICONS /COMPONENTS=Client

this gives an error this program must be run under win32

and

Start <path> \Firebird-1.0.1.821-
Win32.exe /SILENT /NOICONS /COMPONENTS=Client

which gives a command not found error.


Does anyone know how to run setup using a batch file

Thanks in advance

John Cleland