home *** CD-ROM | disk | FTP | other *** search
- FailAt 21
- Set ECHO ON
-
- CD embed_datatype:
-
- If NOT EXISTS "RAM:DataTypes"
- MakeDir "RAM:DataTypes"
- Assign LIBS: RAM: ADD
- Copy CLONE FROM="Embedded Objects(%|.info)" TO="RAM:" ; copy descriptor
- Copy CLONE FROM="embedtest#?" TO="RAM:" ; copy example files
- EndIf
-
- Copy CLONE FROM="embed.datatype.ld" TO="RAM:DataTypes/embed.datatype" ; copy class library
-
-