I want to create a folder called plug-ins so my batch program will load (call) all of them.
I expect it to load all files one by one not all at once, and after it finishes every single one it needs to return to the main batch file.
So far I tried using
call *.bat
And that is not really working. :/
New contributor
Mihot7 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.