Operating Systems 1 Lab 3 – DOS Batch File Creation

In this lab we create a .bat file with its contents being


We then open cmd and navigate to the said folder using the cd command.
Lastly we type in the name of the bat file we created, and whatch the magic happen.








A new folder was created using the .bat file that we created.

From my understanding, the .bat file was interpreted as a cmd command, and the code executed accordingly.




Comments