home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
System
/
EASys
/
InstallPack_47
/
EASys!_inst
/
EASys!_iGuide
/
NewRefs.script
< prev
next >
Wrap
Text File
|
2000-04-29
|
2KB
|
67 lines
;new references
failat 30
set renContents rx Install_C:ReplaceFileContents.rexx
set renref execute iGuide:renref.script
set rmRef execute iGuide:rmref.script
set sdb iGuide_root:EASys!/SysDataBase/RefTable
cd >ENV: NewRefsPath
delete >NIL: ENV:RefTable/Dir-MARInA#? QUIET
;changes in RefTable/
cd SYS:EASys!/SysDatabase/RefTable
echo >File-Presentate "rx EASys!_rexx:Presentate.rexx"
echo >ENV:RefTable/File-Presentate "rx EASys!_rexx:Presentate.rexx"
echo >File-Trash "rx EASys!_rexx:FileManager.rexx -Trash"
echo >ENV:RefTable/File-Trash "rx EASys!_rexx:FileManager.rexx -Trash"
echo >Print-Manager "rx EASys!_rexx:Presentate.rexx -print"
echo >ENV:RefTable/Print-Manager "rx EASys!_rexx:Presentate.rexx -print"
copy "$sdb/Info-SayTime" "" CLONE QUIET
copy "$sdb/Info-SayTime" ENV:RefTable CLONE QUIET
copy "$sdb/Prefs-RefTable" "" CLONE QUIET
copy "$sdb/Prefs-RefTable" ENV:RefTable CLONE QUIET
$renRef WindowChecker GUI-WindowChecker
$renRef WindowClose GUI-WindowClose
$renRef WindowsManipulator GUI-WindowsManipulator
$renRef net-mailscreen Net-Mail-Win-Opts
$renRef Sound-Music-Deli Sound-MultiTracker
$renRef Sound-Music-Deli-opts Sound-MultiTracker-Opts
$renRef Sound-MOD-std Sound-MOD-PT
$renRef Sound-MOD-std-opts Sound-MOD-PT-Opts
$rmRef Sound-AudioCD
$rmRef icondraw
$rmRef icondraw
$rmRef iconkill
$rmRef iconpos
$rmRef icontool
$rmRef file-move
$rmRef info-waitgui
$rmRef archive-xup
$rmRef archiver#?
$rmRef archivelister
$rmRef archive-xpack#?
$rmRef archive-un#?
cd "$NewRefsPath"
delete >NIL: ENV:NewRefsPath FORCE QUIET
;new name: ArchiveManager
rx iGuide:rmprog.rexx "CompressManager.rexx"
$renContents "CompressManager" "ArchiveManager" ENV:RefTable/ AUTO
$renContents "CompressManager" "ArchiveManager" EASys!:SysDataBase/ AUTO
rx iGuide:rmprog.rexx "archive-manager.rexx"
$renContents "archive-manager" "ArchiveManager" ENV:RefTable/ AUTO
$renContents "archive-manager" "ArchiveManager" EASys!:SysDataBase/ AUTO
if exists SYS:StartSys/Profiles
$renContents "CompressManager" "ArchiveManager" SYS:StartSys/Profiles/ AUTO
$renContents "archive-manager" "ArchiveManager" SYS:StartSys/Profiles/ AUTO
endif