home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / System / EASys / InstallPack_47 / EASys!_inst / EASys!_iGuide / NewRefs.script < prev    next >
Text File  |  2000-04-29  |  2KB  |  67 lines

  1. ;new references
  2. failat 30
  3. set renContents rx Install_C:ReplaceFileContents.rexx
  4. set renref execute iGuide:renref.script
  5. set rmRef execute iGuide:rmref.script
  6. set sdb iGuide_root:EASys!/SysDataBase/RefTable
  7.  
  8. cd >ENV: NewRefsPath
  9.  
  10. delete >NIL: ENV:RefTable/Dir-MARInA#? QUIET
  11.  
  12. ;changes in RefTable/
  13. cd SYS:EASys!/SysDatabase/RefTable
  14. echo >File-Presentate "rx EASys!_rexx:Presentate.rexx"
  15. echo >ENV:RefTable/File-Presentate "rx EASys!_rexx:Presentate.rexx"
  16.  
  17. echo >File-Trash "rx EASys!_rexx:FileManager.rexx -Trash"
  18. echo >ENV:RefTable/File-Trash "rx EASys!_rexx:FileManager.rexx -Trash"
  19.  
  20. echo >Print-Manager "rx EASys!_rexx:Presentate.rexx -print"
  21. echo >ENV:RefTable/Print-Manager "rx EASys!_rexx:Presentate.rexx -print"
  22.  
  23. copy "$sdb/Info-SayTime" "" CLONE QUIET
  24. copy "$sdb/Info-SayTime" ENV:RefTable CLONE QUIET
  25. copy "$sdb/Prefs-RefTable" "" CLONE QUIET
  26. copy "$sdb/Prefs-RefTable" ENV:RefTable CLONE QUIET
  27.  
  28. $renRef WindowChecker GUI-WindowChecker
  29. $renRef WindowClose GUI-WindowClose
  30. $renRef WindowsManipulator GUI-WindowsManipulator
  31. $renRef net-mailscreen Net-Mail-Win-Opts
  32. $renRef Sound-Music-Deli Sound-MultiTracker
  33. $renRef Sound-Music-Deli-opts Sound-MultiTracker-Opts
  34. $renRef Sound-MOD-std Sound-MOD-PT
  35. $renRef Sound-MOD-std-opts Sound-MOD-PT-Opts
  36.  
  37. $rmRef Sound-AudioCD
  38. $rmRef icondraw
  39. $rmRef icondraw
  40. $rmRef iconkill
  41. $rmRef iconpos
  42. $rmRef icontool
  43. $rmRef file-move
  44. $rmRef info-waitgui
  45. $rmRef archive-xup
  46. $rmRef archiver#?
  47. $rmRef archivelister
  48. $rmRef archive-xpack#?
  49. $rmRef archive-un#?
  50.  
  51. cd "$NewRefsPath"
  52. delete >NIL: ENV:NewRefsPath FORCE QUIET
  53.  
  54. ;new name: ArchiveManager
  55. rx iGuide:rmprog.rexx "CompressManager.rexx"
  56. $renContents "CompressManager" "ArchiveManager" ENV:RefTable/ AUTO
  57. $renContents "CompressManager" "ArchiveManager" EASys!:SysDataBase/ AUTO
  58.  
  59. rx iGuide:rmprog.rexx "archive-manager.rexx"
  60. $renContents "archive-manager" "ArchiveManager" ENV:RefTable/ AUTO
  61. $renContents "archive-manager" "ArchiveManager" EASys!:SysDataBase/ AUTO
  62.  
  63. if exists SYS:StartSys/Profiles
  64.  $renContents "CompressManager" "ArchiveManager" SYS:StartSys/Profiles/ AUTO
  65.  $renContents "archive-manager" "ArchiveManager" SYS:StartSys/Profiles/ AUTO
  66. endif
  67.