home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
64'er Special 55
/
64er_Magazin_Sonderheft_55_19xx_Markt__Technik_de_Side_A.d64
/
allwand
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
970b
|
41 lines
100 rem oliver stiller
110 rem
120 if l=0 then l=1:load "allwand.c000",8,1
130 dim na$(144):c3$=chr$(34)
140 print"amica wandler v1.0"
150 print"dieses programm wandelt alle koalapaint-";
160 print"bilder auf einer disk in das amica paint";
170 print"format um."
180 print"bitte disk einlegen und taste druecken":wait 198,1:get a$
190 :
200 gosub 390
210 :
220 if po=0 then goto 180
230 :
240 for t=0 to po-1
250 print"lade bild:";c3$;na$(t);c3$
260 sys 49152,8,na$(t)
270 print"packe bild ..."
280 sys 49152+6
290 print"loesche altes bild ..."
300 close1:open1,8,15,"s:"+na$(t):close 1
310 print"speichere neues bild ..."
320 sys 49152+3,8,"[b]"+mid$(na$(t)+" ",6,16)
330 next t
340 end
360 rem
370 rem directory zeigen
380 rem
390 close1:open 1,8,0,"$:[129]pic *":get#1,a$,a$:po=0
400 print"bilder der diskette:"
410 for t=0to7:get#1,a$,a$,a$,a$:next
420 :
430 get#1,a$,a$,a$,a$:if st then 460
440 get#1,x$:if x$=c3$ then an$="":goto 470
450 if st=0 then 440
460 close1:return
470 get#1,z$:if z$<>c3$ then an$=an$+z$:goto 470
480 printc3$;an$;c3$:na$(po)=an$:po=po+1
490 get#1,x$:if x$<>"" and st=0 then 490
500 goto 430