home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 106
/
af106sub.adf
/
datatypes.LZX
/
16sv_datatype
/
16svtest
< prev
next >
Wrap
Text File
|
1992-06-17
|
642b
|
30 lines
; 16sv.datatype test script
; Execute it from the matching binary directory, e.g. 000/ or 020/ ...
FailAt 10
Set ECHO ON
; Is here the datatype shared library ?
If EXISTS "16sv.datatype.ld"
; Check if we created the test directory
If NOT EXISTS "RAM:DataTypes"
MakeDir "RAM:DataTypes"
Assign LIBS: RAM: ADD
EndIf
; Copy descriptor
If NOT EXISTS "RAM:16SV"
Copy CLONE FROM="/16SV(%|.info)" TO="RAM:"
EndIf
; Copy class library
Copy CLONE FROM="16sv.datatype.ld" TO="RAM:Datatypes/16sv.datatype"
; Get rid of the old version
C:FlushLibs
Else
ECHO "No 16sv.datatype.ld in this directory"
Quit 10
EndIf