Zend certified PHP/Magento developer

How to write batch scripts [closed]

How can I add an unattended program and inf driver to these codes, how can I make pnputil $oem$ so that it runs automatically after bios, can you help me with these codes?
@echo off
“%WINDIR%setupfilessetup1.exe”
“%WINDIR%setupfilessetup2.exe”
“%WINDIR%setupfilessetup3.exe”
“%WINDIR%setupfilessetup4.exe”
“%WINDIR%setupfilessetup5.exe”
“%WINDIR%setupfilessetup6.exe”
“%WINDIR%setupfilessetup7.exe”
“%WINDIR%setupfilessetup8.exe”
“%WINDIR%setupfilessetup9.exe”
“%WINDIR%setupfilessetup10.exe”
“%WINDIR%setupfilessetup11.exe”
“%WINDIR%setupfilessetup12.exe”
“%WINDIR%setupfilessetup13.exe”
“%WINDIR%setupfilessetup14.exe”
rd “%WINDIR%setupfiles” /s /q How to add inf to the codes, how to run the driver, are the codes correct, how can I run them?