rem Intervall Fotos rem Achtung! vorsichtig benutzen rem nicht dauerhaft anwenden @title Non-Stop Intervall-Fotos @param a Interval (Min.) @default a 0 @param b Interval (Sek.) @default b 5 @param c Interval (1/10-Sek.) @default c 0 t=a*60000+b*1000+c*100 if t<100 then let t=5000 n=1 print "Interval-Fotos" print "Arbeitet bis Abbruch!!!" print "Vorsichtig benutzen!" sleep 1000 goto "shot" :shot print "Foto-Nr.", n shoot n=n+1 sleep t goto "shot"