home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 103
/
af103sub.adf
/
DARFUplus.LZX
/
DRAFUplus
/
ARexx-Scripts
/
Demo.rx
< prev
next >
Wrap
Text File
|
2003-06-17
|
617b
|
35 lines
/* DRAFU_ARexxDemo.rx V0.83, (c) 1992-93 by Andreas R. Kleinert */
address command
Run "DRAFU -Mode=PAL:HighRes 640 256 4"
say ""
say "ARexx : Achtung ! DRAFU wurde gestartet !"
wait 2
say "ARexx : DRAFU wird jetzt veranlasst, MemoPad.dfu einzuladen !"
address 'DRAFU.rx' "LOAD=MemoPad.dfu"
wait 2
say "ARexx : Jetzt speichert DRAFU einen MemoPad in ARexxDemo.dfu ab !"
address 'DRAFU.rx' "SAVE=ARexxDemo.dfu"
wait 2
say "ARexx : Jetzt speichert DRAFU den Bildschirm in DRAFU_ILBM.pic ab !"
address 'DRAFU.rx' "SAVE_ILBM=DRAFU_ILBM.Pic"
wait 2
say "ARexx : Das war's !"
address 'DRAFU.rx' "QUIT"
exit