I am studying how to build batch files
I just read and try to understand how to run exe files sequentially .
However, I am not really sure how to run all the exe files in the subfoler.
for example, I just copied package folder from USB drive( location can be any where) and package folder has subfolder call drivers ( for example , /package/drivers)
and I would like to run exe files sequentially from batch files in the main folder.
how batch file realizes currently folder and then executes all the exe files in the subfolder ?
thanks