; Install Update Script By Arnie Cachelin Fri Jun 26 10:48:41 1992

; This script name: ToasterUpdate.script
; On disk named:    ToasterUpdateDisk:
FAILAT 20
ECHO "*E[0;0H*E[J"    ;  Clear the screen and position prompt.. ANSI!
IF EXISTS /Toaster
  ECHO "Installing Video Toaster Update, Version: 7/1/92"
  ECHO ""
  ECHO "     [3mCopying compressed files to RAM disk . . .[0m"
  ECHO ""
  COPY ToasterUpdateDisk:Update.LHA RAM:
  ECHO "     [3mDecompressing . . .[0m"
  ECHO ""
  ToasterUpdateDisk:LZ.decomp -a -m x RAM:Update
  COPY 12.4C FONTS:CGInterface/    ; Move new CG font to its proper home
  ECHO "     [3mClearing temporary files out of RAM disk . . .[0m"
  ECHO ""
  DELETE >NIL: ToasterUpdate.info
  DELETE >NIL: ToasterUpdate
  DELETE >NIL: RAM:Update.LHA
  DELETE >NIL: 12.4C
  ECHO ""
  ECHO "[1mToaster Update complete![0m"
  ECHO "[1mNow restart your Toaster to use the new software.[0m"
  WAIT 12 SECS
ELSE
  TYPE ToasterUpdateDisk:Update.doc
  ASK "[1m[3mHit the RETURN key for more ... [0m"
  ECHO "*E[0;0H*E[J"    ;  Clear the screen and position prompt.. ANSI!
  TYPE ToasterUpdateDisk:Install.doc
  ASK "[1m[3mHit the RETURN key when you're done reading.[0m"
ENDIF
ENDCLI    ; This is necessary if this script is called from NEWSHELL rather
          ; than EXECUTE