home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
64'er Special 55
/
64er_Magazin_Sonderheft_55_19xx_Markt__Technik_de_Side_A.d64
/
show
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
849b
|
36 lines
100 rem oliver stiller
110 rem
120 if l=0 then l=1 :load "show pic.52480",8,1
130 dim na$(144):c3$=chr$(34)
140 print"amica paint diashow"
150 print"dieses programm zeigt alle amica paint bilder einer disk an."
160 print"bitte disk einlegen und taste druecken":wait 198,1:get a$
170 fl=0:if a$=" " then fl=1
180 gosub 340
190 :
200 if po=0 then goto 160
210 :
220 for t=0 to po-1
230 if fl=0 then print"lade bild:";c3$;na$(t);c3$
240 sys 52480,8,na$(t),1
250 for g=1to 1400:get a$:if a$="" then next
260 if fl then next t
270 sys 52480,8,"",0
280 if fl=0 then next t
290 goto 160
310 rem
320 rem directory zeigen
330 rem
340 close1:open 1,8,0,"$:[b]*":get#1,a$,a$:po=0
350 print"bilder der diskette:"
360 for t=0to7:get#1,a$,a$,a$,a$:next
370 :
380 get#1,a$,a$,a$,a$:if st then 410
390 get#1,x$:if x$=c3$ then an$="":goto 420
400 if st=0 then 390
410 close1:return
420 get#1,z$:if z$<>c3$ then an$=an$+z$:goto 420
430 printc3$;an$;c3$:na$(po)=an$:po=po+1
440 get#1,x$:if x$<>"" and st=0 then 440
450 goto 380