home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 2
/
amigaformatcd02.iso
/
pd
/
text
/
alphaspell_suite
/
varexx
/
demosetup
< prev
next >
Wrap
Text File
|
1996-05-20
|
186b
|
11 lines
; This sets up the envuronment to run the demo script.
; BEGIN VARexx
Assign VARexx: ""
Assign LIBS: VARexx:libs/ ADD
Path VARexx:bin/ ADD
VARexx VARexx:Demo/GUI/
; END VARexx