home *** CD-ROM | disk | FTP | other *** search
- ;$VER: RC5 Control SpringClean 1.1 (13.06.2000)
- ;Copyright © 1999-2000 Daniel Pimley
-
- FailAt 21
-
- If NOT EXISTS ENV:68K
-
- If NOT EXISTS ENV:PPC
-
- If EXISTS ENVARC:RC568K
- Delete >NIL: ENVARC:RC568K
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENVARC:RC568K" "OK"
- EndIf
- EndIf
-
- If EXISTS ENVARC:68KLOG
- Delete >NIL: ENVARC:68KLOG
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENVARC:68KLOG" "OK"
- EndIf
- EndIf
-
- If EXISTS ENVARC:RC5PPC
- Delete >NIL: ENVARC:RC5PPC
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENVARC:RC5PPC" "OK"
- EndIf
- EndIf
-
- If EXISTS ENVARC:PPCLOG
- Delete >NIL: ENVARC:PPCLOG
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENVARC:PPCLOG" "OK"
- EndIf
- EndIf
-
- If EXISTS ENV:RC568K
- Delete >NIL: ENV:RC568K
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENV:RC568K" "OK"
- EndIf
- EndIf
-
-
- If EXISTS ENV:68KLOG
- Delete >NIL: ENV:68KLOG
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENV:68KLOG" "OK"
- EndIf
- EndIf
-
- If EXISTS ENV:RC5PPC
- Delete >NIL: ENV:RC5PPC
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENV:RC5PPC" "OK"
- EndIf
- EndIf
-
- If EXISTS ENV:PPCLOG
- Delete >NIL: ENV:PPCLOG
- If WARN
- RequestChoice >NIL: "RC5 Control" "Could not delete ENV:PPCLOG" "OK"
- EndIf
- EndIf
-
- Else
-
- RequestChoice >NIL: "SpringClean" "PPC client active" "Quit"
-
- EndIf
-
- Else
-
- RequestChoice >NIL: "SpringClean" "68K client active" "Quit"
-
- EndIf