home *** CD-ROM | disk | FTP | other *** search
- (SET DRIVE (getassign "dh0" 'd'))
- (SET DRIVE1 (getassign "dh1" 'd'))
- (SET DRIVE2 (getassign "dh2" 'd'))
- (SET DRIVE3 (getassign "dh3" 'd'))
- (SET DRIVE4 (getassign "dh4" 'd'))
- (if (exists "sys:Prefs/T.M.C/WorkBench.info")
- (SET NEW_USER "NO")
- (SET NEW_USER "YES")
- )
- (if(= NEW_USER "NO")
- (message "THE MACKS CONSPIRACY \n \n"
- "OK SO YOU DON'T LIKE OUR BACKDROPS AND YOU WANT US TO PUT YOUR "
- " OLD ICONS BACK OR DID YOU HAVE PROBLEMS \n \n "
- "If so then we THE CONSPIRACY apologise \n please drop us a line "
- "and tell us what went wrong \n \n "
- " WHY DON'T YOU TRY INVESTIGATNG SOME OF OUR EVER EXPANDING RANGE OF DATA DISKS ")
- (if (exists "ram:Disk.Info")
- (copyfiles
- (prompt"As This Is Your First Time Using This Program "newline
- "We Are Going To Save Your Old Icons Just In Case You Want Them Back")
- (HELP @copyfiles-help)
- (source "ram:Disk.Info")
- (dest "sys:prefs/T.M.C")
- (confirm)
- (NEWNAME "Ram.Info"))
- ))
- (if(= NEW_USER "NO")
- (run "sys:prefs/wbpattern sys:prefs/T.M.C/clear.prefs use ")
- )
- (if(= NEW_USER "NO")
- (run "delete sys:prefs/env-archive/sys/wbpattern.prefs")
- )
- (if(= NEW_USER "NO")
- (run "delete sys:prefs/env-archive/sys/screenmode.prefs")
- )
- (if(= NEW_USER "NO")
- (run "delete sys:prefs/backdrop.pic")
- )
- (if(= NEW_USER "NO")
- (run "delete sys:WBstartup/WBverlau#?")
- )
- (IF(= NEW_USER "NO")
- (copyfiles
- (source "sys:PREFS/T.M.C/WORKBENCH.INFO")
- (DEST "sys:")
- (NEWNAME "DISK.Info"))
- )
- (if(= NEW_USER "NO")
- (if (exists "sys:prefs/T.M.C/def_Disk.Info")
- (copyfiles
- (source "sys:prefs/T.M.C/def_Disk.Info")
- (dest "sys:prefs/env-archive/sys"))
- ))
- (if(= NEW_USER "NO")
- (if (exists "sys:prefs/T.M.C/def_Ramdisk.Info")
- (copyfiles
- (source "sys:prefs/T.M.C/def_Ramdisk.Info")
- (dest "sys:prefs/env-archive/sys"))
- ))
- (if(= NEW_USER "NO")
- (if (<> DRIVE1 "")
- (copyfiles
- (source "sys:PREFS/T.M.C/WORK.Info")
- (dest (DRIVE1""))
- (NEWNAME "DISK.Info"))
- ))
- (if(= NEW_USER "NO")
- (if (<> DRIVE2 "")
- (copyfiles
- (source "sys:prefs/T.M.C/Pastimes.Info")
- (dest (DRIVE2""))
- (NEWNAME "Disk.Info"))
- ))
- (if(= NEW_USER "NO")
- (if (<> DRIVE3 "")
- (copyfiles
- (source "sys:prefs/T.M.C/Games.info")
- (dest (DRIVE3""))
- (NEWNAME "Disk.Info"))
- ))
- (IF(= NEW_USER "NO")
- (if (<> DRIVE4 "")
- (copyfiles
- (source "sys:prefs/T.M.C/Default.info")
- (dest (DRIVE4""))
- (NEWNAME "Disk.Info"))
- ))
- (if(= NEW_USER "NO")
- (if (exists "sys:Prefs/T.M.C/Screenmode.Prefs")
- (copyfiles
- (source "sys:Prefs/T.M.C/screenmode.prefs")
- (dest "sys:prefs/env-archive/sys"))
- ))
- (if(= NEW_USER "NO")
- (if (exists "sys:prefs/T.M.C/wbpattern.prefs")
- (copyfiles
- (source "sys:prefs/T.M.C/wbpattern.prefs")
- (dest "sys:prefs/env-archive/sys"))
- ))
- (if(= NEW_USER "NO")
- (if (exists "sys:prefs/T.M.C/TMC.pic")
- (copyfiles
- (source "sys:prefs/T.M.C/TMC.pic")
- (dest "sys:prefs")
- (NEWNAME "Backdrop.pic"))
- ))
- (if(= NEW_USER "NO")
- (if (exists "sys:Prefs/T.M.C/WBverlauf")
- (copyfiles
- (source "sys:prefs/T.M.C/WBverlauf")
- (dest "sys:WBstartup"))
- ))
- (if(= NEW_USER "NO")
- (if (exists "sys:Prefs/T.M.C/WBverlauf.Info")
- (copyfiles
- (source "sys:prefs/T.M.C/WBverlauf.Info")
- (dest "sys:WBstartup"))
- ))
- (if(= NEW_USER "NO")
- (run "delete sys:Prefs/T.M.C all")
- )
- (if(= NEW_USER "NO")
- (run "delete sys:Re-Install_Old_Icon#?")
- )
- (exit(quiet))
-