I want to create .exe file to create multiple folder at a same time -


i want create .exe setup or batch file create multiple folders @ same time. , folder name prompt give or take .txt file.

if ok enter name of folder each time, can use md command of windows command line!

syntax: md myfoldername


Comments

Popular posts from this blog

java - Static nested class instance -

java - MvcUriComponentsBuilder and inccorect binding in Spring MVC -

c# - LINQ IQueryable returning same rows with skip and take -