home *** CD-ROM | disk | FTP | other *** search
- .key Language/A,Application/A,DEV
- .bra {
- .ket }
-
- CD {DEV}:
-
- Which RX
- IF WARN
- FailAt 25
- Path SYS:Rexxc ADD
- IF ERROR
- IF {Language} EQ "deutsch"
- :C/AutoReq "-tWarnung: Verzeichnis SYS:Rexxc konnte nicht gefunden werden." -nOK
- ELSE
- :C/AutoReq "-tWarning: Could not find drawer SYS:Rexxc." -nOK
- ENDIF
- ENDIF
- Which RX
- IF WARN
- IF {Language} EQ "deutsch"
- :C/AutoReq "-tWarnung: RX ist nicht im Pfad enthalten." -nOK
- ELSE
- :C/AutoReq "-tWarning: Cannot find RX in current path." -nOK
- ENDIF
- ENDIF
- ENDIF
-
- Which RexxMast
- IF WARN
- FailAt 25
- Path SYS:System ADD
- IF ERROR
- IF {Language} EQ "deutsch"
- :C/AutoReq "-tWarnung: Verzeichnis SYS:System konnte nicht gefunden werden." -nOK
- ELSE
- :C/AutoReq "-tWarning: Could not find drawer SYS:System." -nOK
- ENDIF
- ENDIF
- Which RexxMast
- IF WARN
- IF {Language} EQ "deutsch"
- :C/AutoReq "-tWarnung: RexxMast ist nicht im Pfad enthalten." -nOK
- ELSE
- :C/AutoReq "-tWarning: Cannot find RexxMast in current path." -nOK
- ENDIF
- ENDIF
- ENDIF
-
- RX :SYS/Rexx/openopuswindow.rexx -:{Application}
-