home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
dev
/
oberon-a-1.4ß.lha
/
Oberon-A
/
MakeAssign
< prev
next >
Wrap
Text File
|
1994-09-05
|
1KB
|
52 lines
.k ""
; $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
;
Echo "Making logical directory assignments for":
Echo " OBERON-A:"
Assign OBERON-A: /OBERON-A
Echo " FPE:"
Assign FPE: OBERON-A:
Echo " OLIB:"
Assign OLIB: OBERON-A:OLIB
;
;
; Add Oberon-A stuff to system assigns
;
Echo "Adding OBERON-A:LIBS to Libs: path..."
Assign LIBS: OBERON-A:LIBS ADD
Echo "Adding OBERON-A:REXX to Rexx: path..."
Assign REXX: OBERON-A:REXX ADD
;
; Make Oberon-A programs visible
;
Echo "Adding OBERON-A: to Command search path..."
Path OBERON-A: OBERON-A:C ADD
Echo "*n*n ....Done"
Echo "*n*E[3mClick the close gadget to continue! *E[23m"
Wait 2
EndCLI >NIL: