home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
dev
/
oberon-a-1.4ß.lha
/
Oberon-A
/
install
/
Install-CD
< prev
next >
Wrap
AmigaDOS Script File
|
1994-09-05
|
832b
|
36 lines
.key root/a
; $RCSfile$
;Description: Script to install Oberon-A on CD-ROM
;
; Created by: fjc (Frank Copeland)
; $Revision$
; $Author$
; $Date$
;_________________________________________________________________________
;
; Usage: Execute Install-CD <root>
;
; <root> is the root directory of the Oberon-A tree, fully specified. It
; MUST NOT end in ":" or "/".
;
; Example:
;
; Execute CD0:Languages/Oberon-A/Install/Install-CD CD0:Languages/Oberon-A
;_________________________________________________________________________
;
; Make basic assignments
;
Assign OBERON-A: "<root>"
Assign FPE: OBERON-A:
Assign OLIB: OBERON-A:OLIB
;
; Add Oberon-A stuff to system assigns
;
Assign LIBS: OBERON-A:LIBS ADD
Assign REXX: OBERON-A:REXX ADD
;
; Make Oberon-A programs visible
;
Path OBERON-A: OBERON-A:C ADD