How can I setup all prerequisites with batch file?

I want to setup all prerequisites with executing UE4PrereqSetup_x64.exe in AWS EC2 instance.
But, I can only execute batch file, so that I should run all process without any user input. Is there any way to do this?

I found the solution. ‘UE4PrereqSetup_x64.exe /q’ or ‘UE4PrereqSetup_x64.exe /silent’ makes batch file to execute without any users input :smiley: