home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / +afcd_setup+ < prev    next >
Text File  |  1997-07-16  |  3KB  |  109 lines

  1.  
  2.  
  3. .key DUMMY
  4. .bra {
  5. .ket }
  6.  
  7. Failat 21
  8.  
  9. IF exists env:Choices_Run
  10.  echo ""
  11.  echo "You don't need to run this script..."
  12.  wait 2
  13.  echo ""
  14.  echo "Terminating script"
  15.  wait 1
  16.  echo ""
  17.  echo "no changes have been made!"
  18.  wait 1
  19.  skip end
  20. endif
  21.  
  22.  
  23. IF exists ENV:AFCD_Assigns
  24.   Echo ""
  25.   Echo "Removing the assigns to Amiga Format CD18..."
  26.   echo ""
  27.   Delete >NIL: ENV:AFCD_Assigns
  28.    echo "*e[0 p*e[33m*e[7m 14% " noline
  29.    wait 1
  30.   Assign C:     CD:C remove
  31.    echo "*e[4D    28% " noline
  32.    wait 1
  33.   Assign S:     CD:S remove
  34.    echo "*e[4D    42% " noline
  35.    wait 1
  36.   Assign Libs:  CD:Libs remove
  37.    echo "*e[4D    56% " noline
  38.    wait 1
  39.   Assign Fonts: CD:Fonts remove
  40.    echo "*e[4D    70% " noline
  41.    wait 1
  42.   Path CD:C remove
  43.    echo "*e[4D    84% " noline
  44.    wait 1
  45.   Assign CD:    remove
  46.    echo "*e[4D   100% *e[0m"
  47.    wait 2
  48.  
  49.  
  50. ELSE
  51.   SetENV AFCD_Assigns Yes!
  52.  
  53.   Echo " "
  54.   Echo "Now setting up assigns for the Amiga Format CD18..."
  55.   Echo " "
  56.   Echo " "
  57.   Echo "     *e[1mSetting Assigns...*e[0m     "
  58.   Echo " "
  59.   Echo " "
  60.   Echo " "
  61.  
  62.   Assign CD:    AFCD18: add
  63.    echo "*e[0 p*e[33m*e[7m 10% " noline
  64.    wait 1
  65.   CD:c/viewtek CD:s/disclaimer.iff NB HD NT >nil:
  66.    echo "*e[4D    20% " noline
  67.    wait 1
  68.   Assign C:     CD:C add
  69.    echo "*e[4D    30% " noline
  70.    wait 1
  71.   Assign S:     CD:S add
  72.    echo "*e[4D    40% " noline
  73.    wait 1
  74.   Assign Libs:  CD:Libs add
  75.    echo "*e[4D    50% " noline
  76.    wait 1
  77.   Assign Fonts: CD:Fonts add
  78.    echo "*e[4D    60% " noline
  79.    wait 1
  80.   Path CD:C add
  81.    echo "*e[4D    70% *e[0m"
  82.  
  83. Echo "*e[6A*e[1mWould you like our font prefs run?*n*e[0m*e[3mThis will ensure that snapshotted icons look right *nand won't affect your permanent Workbench settings.*e[0m"
  84. Ask "(y/N)?"
  85. If warn
  86. sys:prefs/Font use CD:+Look_here_1st!+/Handy_Tools/FontPrefs
  87. endif
  88.   echo "*e[1B*e[33m*e[7m*e[24C    80% *e[0m"
  89.   wait 1
  90.  
  91. Echo "*e[6A*e[1mWould you like to run ToolManager and ToolsDaemon?*n*e[0m*e[3mThey will give you added menus with some of the    *nhighlights of AFCD18:                              *e[0m"
  92. Ask "(y/N)? "
  93. If warn
  94. run >nil: <nil: CD:+Look_here_1st!+/Handy_Tools/Toolmanager config cd:+Look_here_1st!+/Handy_Tools/tm.config
  95. run >nil: <nil: CD:+Look_here_1st!+/Handy_Tools/toolsdaemon
  96. endif
  97.   echo "*e[1B*e[33m*e[7m*e[28C    90% *e[0m"
  98.   wait 1
  99.  
  100. Echo "*e[6A*e[1mWould you like to run NewIcons?                   *n*e[0m*e[3mThis will change the look of some of the icons on*n*e[0m*e[3mthe CD                *e[0m"
  101. Ask "(y/N)?  "
  102. If warn
  103. run >nil: <nil: c:newicons
  104.   echo "*e[1B*e[33m*e[7m*e[32C   100% *e[0m"
  105.   wait 1
  106. ENDIF
  107. endif
  108.  
  109. lab end