#!/boot/home/config/bin/yab doc Place a description of your doc program here. doc doc Author, date, license for i = 1 to 52 if (i<10) then dateiname$="0"+str$(i) else dateiname$=str$(i) endif filewrite$="/Haiku/home/Projekte/yab/BeSlyIDE/data/templates/ide/"+dateiname$+"-ide" //schreiben=1 schreiben=open(filewrite$, "w") //for i=1 to 1500 //print str$(i)+"\n" print #schreiben "Datei "+str$(i)+"\n" //next i close(schreiben) next i