hers a code ive been testing tell me how I can improve it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

hers a code ive been testing tell me how I can improve it

@echo off /*folder blaster*/ cd./Desktop md 1 md 2 md 3 md 4 md 5 md 6 md 7 md 8 md 9 md 0 :confirm start 1 start 2 start 3 start 4 start 5 start 6 start 7 start 8 start 9 start 0 goto confirm /*(you cloud also use) @echo off set/a i=0 loop if %i%== 10 goto end echo this is iteration %i% set /a i=%1%+1 goto loop :end */

27th Sep 2017, 1:55 PM
Devil.D
Devil.D - avatar
1 Answer
+ 2
aaah, the good old folder blaster. To the extent of my knowledge, that's as good as I think it can be
8th Oct 2017, 1:11 AM
Obinna Aguocha
Obinna Aguocha - avatar