home *** CD-ROM | disk | FTP | other *** search
- Echo "Choose the log file for the disinstallation"
- Wait 2
- Requestfile >Ram:Env/Erase
- Alias NEW: "DELETE >NIL: ALL FORCE"
- Execute $Erase
- Echo ""
- Echo "Choose the directory in which the *"old*" files S:Startup-sequence and"
- Echo "S:User-startup are contained."
- Wait 2
- Requestfile DRAWERSONLY >Ram:Env/Erase
- Cd `getenv Erase`
- Copy Startup-sequence S:
- If Exists User-startup
- Copy User-startup S:
- EndIf
- Delete >NIL: RAM:Env/Erase
- Echo "OK!!!"
-