home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / Edge1721.DMS / Edge1721.adf / Install-Edge < prev    next >
Encoding:
Text File  |  1994-02-03  |  17.0 KB  |  784 lines

  1. ;********************************************************************
  2. ; $VER: Install-Edge V1.03 Tuesday 01-Feb-94 20:32:24
  3. ;       Inovatronics, Inc.
  4. ;       Suite 209b
  5. ;       8499 Greenville Ave
  6. ;       Dallas, Texas 75231
  7. ;       USA
  8. ;********************************************************************
  9. ; History
  10. ; v1.03 Now copies the readme file and has the Deutsch table
  11. ; v1.02 Always install Menus, Keyboard, MouseButtons and Texts
  12. ;       Backup if desired various configuration files
  13. ; v1.01 Fixed a InsureRexx problem
  14. ; v1.0  First version that actually worked
  15. ;********************************************************************
  16. ; The required variables
  17. ;********************************************************************
  18. (set true 1)
  19. (set false 0)
  20. (set not_here 0)
  21. (set is_a_file 1)
  22. (set is_a_dir 2)
  23. (set newline "\n")
  24. (set quote "\"")
  25. (set nothing "")
  26. (set testing true)
  27. (set testing false)
  28. (delopts "AskUser" "OkNoDelete" "Force")
  29. (set cpu (database "CPU"))
  30.  
  31. ;********************************************************************
  32. ; The common/general/english strings
  33. ;********************************************************************
  34. (set Intro_text
  35.     (cat
  36.         "Welcome to the Edge installer.  This installer uses the "
  37.         "Commodore Amiga Installer.  All of our products use this "
  38.         "installer and we would love to get any feedback that might "
  39.         "help improve the installation procedure." newline
  40.     )
  41. )
  42.  
  43. (set InstallTo_text
  44.     (cat
  45.         "Where would you like to install Edge's directory?  "
  46.         "You should select the directory that you want to contain the Edge directory."
  47.     )
  48. )
  49.  
  50. (set InsertMaster_text
  51.     (cat
  52.         "Please insert the \"Edge Program\" diskette."
  53.     )
  54. )
  55.  
  56. (set ReInstall_text
  57.     (cat
  58.         "Edge seems to already be installed.  Do you want to delete "
  59.         "the old installation and reinstall Edge?"
  60.         newline newline
  61.         "If you say NO we will try to keep your old configuration files."
  62.     )
  63. )
  64.  
  65. (set DeleteFiles_text
  66.     (cat
  67.         "One moment please, deleting file(s)"
  68.         newline
  69.         newline
  70.     )
  71. )
  72.  
  73. (set CreateDir_text
  74.     (cat
  75.         "One moment please, creating directory"
  76.         newline
  77.         newline
  78.     )
  79. )
  80.  
  81. (set Unarchiving_text
  82.     (cat
  83.         "One moment please, unarchiving"
  84.         newline
  85.         newline
  86.     )
  87. )
  88.  
  89. (set Unsnapshot_text
  90.     (cat
  91.         "One moment please, unsnapshotting"
  92.         newline
  93.         newline
  94.     )
  95. )
  96.  
  97. (set WaitForRexx_text
  98.     (cat
  99.         "One moment please, looking for ARexx"
  100.         newline
  101.         newline
  102.     )
  103. )
  104.  
  105. (set HeyNoRexx_text
  106.     (cat
  107.         "We cannot tell if ARexx is running on your computer.  Edge requires "
  108.         "ARexx installed and running.  Do you want to continue installing Edge."
  109.         newline
  110.         newline
  111.     )
  112. )
  113.  
  114. (set MakeBackup_text
  115.     (cat
  116.         "If we detect old configuration files do you want us to back them up?  "
  117.         "Either way we will not delete User.Menus, User.Keyboard, etc. files. "
  118.         newline
  119.         newline
  120.     )
  121. )
  122.  
  123. (set PathPrefix "Path=")
  124.  
  125. (set FilePrefix "File(s)=")
  126.  
  127. ;********************************************************************
  128. ; The error strings
  129. ;********************************************************************
  130. (set NoSupport_error
  131.     (cat
  132.         "We could not find these support files in Ram:.  "
  133.         "Please reboot and try to install again."
  134.         newline
  135.     )
  136. )
  137.  
  138. (set NoRexxMast_error
  139.     (cat
  140.         "We could not find the program RexxMast.  Because of this, we cannot "
  141.         "get your system to startup ARexx.  Please reconfigure your system "
  142.         "so that ARexx starts up when your machine does."
  143.         newline
  144.         newline
  145.         "EDGE will not run without ARexx installed and running."
  146.         newline
  147.         newline
  148.     )
  149. )
  150.  
  151. (set NoWaitForPort_error
  152.     (cat
  153.         "We could not find the program WaitForPort.  This program is normally "
  154.         "in the Sys:RexxC directory.  Its absence may indicate that ARexx is "
  155.         "not installed on your machine.  Please contact your dealer about "
  156.         "installing ARexx."
  157.         newline
  158.         newline
  159.         "EDGE will not run without ARexx installed and running."
  160.         newline
  161.         newline
  162.     )
  163. )
  164.  
  165. (set DirIsAFile_error
  166.     (cat
  167.         "Should be a directory but it is actually a file..."
  168.         newline
  169.     )
  170. )
  171.  
  172. (set DirNotMade_error
  173.     (cat
  174.         "We could not create the directory..."
  175.         newline
  176.     )
  177. )
  178.  
  179. ;********************************************************************
  180. ; The language specific strings, overlay the pre-defined strings
  181. ;********************************************************************
  182. (if (= @language "deutsch")
  183.     (
  184.         (set Intro_text
  185.             (cat
  186.                 "Willkommen zum Edge-Installer. Dieser Programm verwendet, "
  187.                 "wie alle anderen von uns vertriebenen Programme, den Commodore "
  188.                 "Amiga Installer. Wir freuen uns über Rückmeldungen jeder Art, "
  189.                 "die uns mitteilen, wie die Installationsroutine zu verbessern "
  190.                 "wäre."
  191.                 newline
  192.             )
  193.         )
  194.         
  195.         (set InstallTo_text
  196.             (cat
  197.                 "Wohin soll das Verzeichnis von Edge installiert werden? "
  198.                 "Es muß ein Verzeichnis gewählt werden, das später das "
  199.                 "Edge-Verzeichnis enthalten soll."
  200.             )
  201.         )
  202.         
  203.         (set InsertMaster_text
  204.             (cat
  205.                 "Bitte die \"Edge Program\"-Diskette einlegen."
  206.             )
  207.         )
  208.         
  209.         (set ReInstall_text
  210.             (cat
  211.                 "Edge scheint bereits installiert zu sein, soll die alte Installation "
  212.                 "gelöscht und Edge erneut installiert werden?"
  213.                 newline
  214.                 newline
  215.                 "Sollten Sie mit NEIN antworten, versuchen wir, die alten "
  216.                 "Konfigurations-Dateien zu erhalten."
  217.             )
  218.         )
  219.         
  220.         (set DeleteFiles_text
  221.             (cat
  222.                 "Bitte warten, ich lösche Datei(en)"
  223.                 newline
  224.                 newline
  225.             )
  226.         )
  227.         
  228.         (set CreateDir_text
  229.             (cat
  230.                 "Bitte warten, erstelle ein Verzeichnis"
  231.                 newline
  232.                 newline
  233.             )
  234.         )
  235.         
  236.         (set Unarchiving_text
  237.             (cat
  238.                 "Bitte warten, bin am Entpacken"
  239.                 newline
  240.                 newline
  241.             )
  242.         )
  243.         
  244.         (set Unsnapshot_text
  245.             (cat
  246.                 "Bitte warten, bin am unfixieren"
  247.                 newline
  248.                 newline
  249.             )
  250.         )
  251.         
  252.         (set WaitForRexx_text
  253.             (cat
  254.                 "Bitte warten, suche nach ARexx"
  255.                 newline
  256.                 newline
  257.             )
  258.         )
  259.         
  260.         (set HeyNoRexx_text
  261.             (cat
  262.                 "Wir können nicht feststellen, daß auf Ihrem Computer ARexx gestartet "
  263.                 "wurde, Edge benötigt jedoch ein vollständig installiertes ARexx-System. "
  264.                 "Möchten Sie mit der Installation fortfahren?"
  265.                 newline
  266.                 newline
  267.             )
  268.         )
  269.         
  270.         (set MakeBackup_text
  271.             (cat
  272.                 "Möchten Sie von eventuell vorhandenen alten Konfigurationsdateien "
  273.                 "eine Sicherheitskopie anfertigen? Benutzer-Dateien, wie User.Menus, "
  274.                 "User.Keyboard usw. werden bei der Installation in keinem Fall überschrieben."
  275.                 newline
  276.                 newline
  277.             )
  278.         )
  279.         
  280.         (set PathPrefix "Pfad=")
  281.         
  282.         (set FilePrefix "Datei(en)=")
  283.         
  284.         ;********************************************************************
  285.         ; Die Fehlermeldungen
  286.         ;********************************************************************
  287.         (set NoSupport_error
  288.             (cat
  289.                 "Die folgenden Hilfsdateien konnten nicht im Ram: gefunden werden. "
  290.                 "Bitte setzen Sie Ihr System zurück und versuchen dann eine "
  291.                 "erneute Installation."
  292.                 newline
  293.                 newline
  294.             )
  295.         )
  296.         
  297.         (set NoRexxMast_error
  298.             (cat
  299.                 "Das Programm RexxMast konnte nicht gefunden werden, aus diesem Grund "
  300.                 "ist es nicht möglich, auf diesem System ARexx zu starten. Bitte "
  301.                 "rekonfigurieren Sie ihr System so, daß ARexx bereits beim Starten "
  302.                 "des Rechners geladen wird."
  303.                 newline
  304.                 newline
  305.                 "Edge ist ohne ein installiertes ARexx nicht lauffähig!"
  306.                 newline
  307.                 newline
  308.             )
  309.         )
  310.         
  311.         (set NoWaitForPort_error
  312.             (cat
  313.                 "Das Programm WaitForPort konnte nicht gefunden werden, es befindet "
  314.                 "sich normalerweise im Verzeichnis SYS:RexxC. Sein Fehlen könnte "
  315.                 "ein Hinweis darauf sein, daß ARexx nicht vollständig installiert "
  316.                 "wurde. Kontaktieren Sie Ihren Händler zur Installation von ARexx."
  317.                 newline
  318.                 newline
  319.                 "Edge ist ohne ein installiertes ARexx nicht lauffähig!"
  320.                 newline
  321.                 newline
  322.             )
  323.         )
  324.         
  325.         (set DirIsAFile_error
  326.             (cat
  327.                 "Es wurde statt eines Verzeichnisses eine Datei gewählt."
  328.                 newline
  329.             )
  330.         )
  331.         
  332.         (set DirNotMade_error
  333.             (cat
  334.                 "Konnte das neue Verzeichnis nicht erstellen."
  335.                 newline
  336.             )
  337.         )
  338.     )
  339. )
  340.  
  341. ;********************************************************************
  342. ; Some common procedures
  343. ;********************************************************************
  344. ; where do we install the edge directory
  345. (procedure find_home_dir
  346.     (
  347.         ; where are we to install?
  348.         (set home_dir
  349.             (askdir
  350.                 (prompt InstallTo_text)
  351.                 (help @askdir-help)
  352.                 (default @default-dest)
  353.                 (newpath)
  354.             )
  355.         )
  356.         
  357.         ; see if there is a edge file already here
  358.         (set edge_dir (tackon home_dir "Edge"))
  359.         (if (= (exists edge_dir) is_a_file)
  360.             (
  361.                 ; if we are actually pointing inside edge then fix the paths
  362.                 (set edge_dir home_dir)
  363.                 (set home_dir (pathonly home_dir))
  364.             )
  365.         )
  366.         (if (= (exists edge_dir) not_here)
  367.             (makedir edge_dir
  368.                 (infos)
  369.             )
  370.         )
  371.         
  372.         ; is edge already installed here?
  373.         (if (= (exists (tackon edge_dir "Edge")) is_a_file)
  374.             (set preinstalled true)
  375.             (set preinstalled false)
  376.         )
  377.     )
  378. )
  379.  
  380. ; unarchive an archive, destination=path/file, archive=path
  381. (procedure unarchive
  382.     (
  383.         ; get rid of the file(s)
  384.         (delete_pattern)
  385.         
  386.         ; create a batch file
  387.         (textfile
  388.             (dest "Ram:LHEX.script")
  389.             (append
  390.                 (cat
  391.                     "Cd " quote thepath quote newline
  392.                     "Stack 20480" newline
  393.                     "Ram:LHEX -qf x " quote archive quote newline
  394.                 )
  395.             )
  396.         )
  397.         
  398.         ; unarchive then
  399.         (working Unarchiving_Text FilePrefix quote archive quote newline PathPrefix quote thepath quote)
  400.         (execute "Ram:LHEX.script")
  401.     )
  402. )
  403.  
  404. ; unsnapshot a file, thepath/thefile
  405. (procedure unsnapshot
  406.     (
  407.         ; unsnapshot the stuff in the directory using the pattern
  408.         (working Unsnapshot_text PathPrefix quote thepath quote newline FilePrefix quote thefile quote)
  409.         (foreach thepath thefile
  410.             (
  411.                 ; delete the file then
  412.                 (set temp (tackon thepath @each-name))
  413.                 (if (= (exists temp) is_a_file)
  414.                     ; ok first things first
  415.                     (tooltype
  416.                         (dest (tackon thepath thefile))
  417.                         (noposition)
  418.                     )
  419.                 )
  420.             )
  421.         )
  422.     )
  423. )
  424.  
  425. ; insure a directory exists, destination=path
  426. (procedure insure_dir
  427.     (
  428.         (set thepath destination)
  429.         
  430.         ; if it is a file then abort
  431.         (if (= (exists thepath) is_a_file)
  432.             (abort DirIsAFile_error PathPrefix quote thedir quote)
  433.         )
  434.         
  435.         ; if it doesn't exist make it
  436.         (if (= (exists thepath) not_here)
  437.             (
  438.                 (working CreateDir_text PathPrefix quote thepath quote)
  439.                 (makedir thepath
  440.                     (infos)
  441.                 )
  442.             )
  443.         )
  444.         
  445.         ; verify it actually is a directory
  446.         (if (<> (exists thepath) is_a_dir)
  447.             (abort DirNotMade_error quote thedir quote)
  448.         )
  449.     )
  450. )
  451.  
  452. ; insure a directory exists and clear it of a pattern of files, destination=path/pattern
  453. (procedure delete_pattern
  454.     (
  455.         (set thefile (fileonly destination))
  456.         (set destination (pathonly destination))
  457.         (insure_dir)
  458.         
  459.         ; delete the stuff in the directory using the pattern
  460.         (working DeleteFiles_text PathPrefix quote thepath quote newline FilePrefix quote thefile quote)
  461.         (foreach thepath thefile
  462.             (
  463.                 ; delete the file then
  464.                 (set temp (tackon thepath @each-name))
  465.                 (if (= (exists temp) is_a_file)
  466.                     (
  467.                         ; if an old backup exists then delete it
  468.                         (set temp2 (cat temp ".bak"))
  469.                         (if (= (exists temp2) is_a_file)
  470.                             (delete temp2)
  471.                         )
  472.                                 
  473.                         ; do we check for backups?
  474.                         (if (and (= checkbackup true) (= makebackups true))
  475.                             (
  476.                                 ; just rename it then
  477.                                 (rename temp temp2)
  478.                             )
  479.                             (
  480.                                 ; well just delete it then
  481.                                 (delete temp)
  482.                             )
  483.                         )
  484.                         
  485.                         ; is there an icon for the file?
  486.                         (set temp (cat temp ".info"))
  487.                         (if (= (exists temp) is_a_file)
  488.                             (delete temp)
  489.                         )
  490.                     )
  491.                 )
  492.             )
  493.         )
  494.     )
  495. )
  496.  
  497. ; insure a directory exists and clear it of all files, destination=directory
  498. (procedure clear_dir
  499.     (
  500.         (set destination (tackon destination "#?"))
  501.         (delete_pattern)
  502.     )
  503. )
  504.  
  505. ; insure ARexx is installed and is running
  506. (procedure insure_arexx
  507.     (
  508.         ; is rexx running?
  509.         (set norexx false)
  510.         (working WaitForRexx_text)
  511.         (set dosresult (run "Edge_Master:WaitForPort REXX"))
  512.         
  513.         ; error 20 means that WaitForPort was not found
  514.         (if (= dosresult 20)
  515.             (
  516.                 (set rexxmess NoWaitForPort_error)
  517.                 (set norexx true)
  518.             )
  519.         )
  520.         
  521.         ; error 5 means that RexxMast may not be running
  522.         (if (= dosresult 5)
  523.             (
  524.                 ; rexx host is not running, try to install it then
  525.                 (if (= (exists "Sys:System/RexxMast") is_a_file)
  526.                     (
  527.                         ; move it from system into wbstartup
  528.                         (rename "Sys:System/RexxMast" "Sys:WBStartup/RexxMast")
  529.                         (rename "Sys:System/RexxMast.info" "Sys:WBStartup/RexxMast.info")
  530.                         
  531.                         ; make sure its icon if fixed
  532.                         (tooltype
  533.                             (dest "Sys:WBStartup/RexxMast")
  534.                             (noposition)
  535.                         )
  536.                         
  537.                         ; run the rexxmast program then
  538.                         (run "run >Nil: <Nil: Sys:WBStartup/RexxMast")
  539.                     )
  540.                     
  541.                     ; well its not where it supposed to be
  542.                     (
  543.                         (set rexxmess NoRexxMast_error)
  544.                         (set norexx true)
  545.                     )
  546.                 )
  547.             )
  548.         )
  549.         
  550.         ; see if norexx is set then
  551.         (if (= norexx true)
  552.             (
  553.                 ; ask the user what to do then
  554.                 (set ignorerexx
  555.                     (askbool
  556.                         (prompt HeyNoRexx_text)
  557.                         (help rexxmess newline newline @askbool-help)
  558.                     )
  559.                 )
  560.                 
  561.                 ; do we continue?
  562.                 (if (= ignorerexx false)
  563.                     
  564.                     ; well abort then
  565.                     (abort rexxmess)
  566.                 )
  567.             )
  568.         )
  569.     )
  570. )
  571.  
  572. ;********************************************************************
  573. ; The error handler
  574. ;********************************************************************
  575. (onerror
  576.     (makeassign "Edge_Master" (safe))
  577.     (delete "Ram:LHEX" (safe))
  578.     (delete "Ram:LHEX.script" (safe))
  579. )
  580.  
  581. ;********************************************************************
  582. ; on with the show
  583. ;********************************************************************
  584.  
  585. ; introduce ourself
  586. (welcome intro_text)
  587.  
  588. ; make sure our installation disk is here
  589. (askdisk
  590.     (prompt InsertMaster_Text)
  591.     (help @askdisk-help)
  592.     (dest "EdgeInstall")
  593.     (newname "Edge_Master")
  594. )
  595.  
  596. ; force everybody to expert mode
  597. (user 2)
  598.  
  599. ; how far have we come?
  600. (complete 0)
  601.  
  602. ; make sure ARexx is installed and running
  603. (insure_arexx)
  604.  
  605. ; where do we install
  606. (find_home_dir)
  607.  
  608. ; do we do a complete reinstall?
  609. (if (= preinstalled true)
  610.     (set reinstall
  611.         (askbool
  612.             (prompt ReInstall_text)
  613.             (help @askbool-help)
  614.         )
  615.     )
  616.     (set reinstall true)
  617. )
  618.  
  619. ; if we are not doing a complete reinstall, do we backup the old files?
  620. (if (= reinstall false)
  621.     (set makebackups
  622.         (askbool
  623.             (prompt MakeBackup_text)
  624.             (help @askbool-help)
  625.         )
  626.     )
  627.     (set makebackups false)
  628. )
  629.  
  630. ; back to novice mode
  631. (user 0)
  632.  
  633. ; copy LHEX to ram:
  634. (copyfiles
  635.     (source "Edge_Master:LHEX")
  636.     (dest "Ram:")
  637.     (files)
  638. )
  639.  
  640. ; verify we got LHEX into ram:
  641. (if (<> (exists "Ram:LHEX") is_a_file)
  642.     (abort NoSupport_error quote "LHEX" quote)
  643. )
  644.  
  645. ; what to do, that is the question
  646. (if (= reinstall true)
  647.     (
  648.         ; replace the old user config stuff
  649.         (set destination (tackon edge_dir "Edge.#?"))
  650.         (set archive "Edge_Master:Edge_CFig.lha")
  651.         (unarchive)
  652.         
  653.         ; how far have we come?
  654.         (complete 5)
  655.  
  656.         ; replace the old dictionary
  657.         (set destination (tackon edge_dir "Dictionaries/C_dictionary"))
  658.         (set archive "Edge_Master:Edge_Dict.lha")
  659.         (unarchive)
  660.         
  661.         ; how far have we come?
  662.         (complete 10)
  663.  
  664.         ; replace the old templates
  665.         (set destination (tackon edge_dir "Templates/C_templates"))
  666.         (set archive "Edge_Master:Edge_Temp.lha")
  667.         (unarchive)
  668.     )
  669.     (
  670.         ; insure these directories exists
  671.         (set destination (tackon edge_dir "Dictionaries"))
  672.         (insure_dir)
  673.         
  674.         ; how far have we come?
  675.         (complete 8)
  676.         
  677.         (set destination (tackon edge_dir "Templates"))
  678.         (insure_dir)
  679.     )
  680. )
  681.  
  682. ; how far have we come?
  683. (complete 15)
  684.  
  685. ; delete edge and install new one
  686. (set destination (tackon edge_dir "Edge"))
  687. (if (>= cpu 68020)
  688.     (set archive "Edge_Master:Edge_C020.lha")
  689.     (set archive "Edge_Master:Edge_C000.lha")
  690. )
  691. (unarchive)
  692. (unsnapshot)
  693.  
  694. ; how far have we come?
  695. (complete 40)
  696.  
  697. ; make backups of these files
  698. (set checkbackup true)
  699.  
  700. ; copy over our new configuration
  701. (set destination (tackon edge_dir "Edge.(Texts|Menus|Keyboard|Mousebuttons)"))
  702. (set archive "Edge_Master:Edge_DFig.lha")
  703. (unarchive)
  704.  
  705. ; how far have we come?
  706. (complete 45)
  707.  
  708. ; delete any existing macros
  709. (set destination (tackon edge_dir "Rexx/Menu_#?.edge"))
  710. (set archive "Edge_Master:Edge_Rexx.lha")
  711. (unarchive)
  712.  
  713. ; how far have we come?
  714. (complete 60)
  715.  
  716. ; delete the old help file
  717. (set destination (tackon edge_dir "Help/Edge.guide"))
  718. (set archive "Edge_Master:Edge_Help.lha")
  719. (unarchive)
  720.  
  721. ; stop making backups
  722. (set checkbackup false)
  723.  
  724. ; how far have we come?
  725. (complete 75)
  726.  
  727. ; copy the readme file
  728. (if (= @language "deutsch")
  729.     (set sourcefile "Edge_Master:LiesMich.Dok")
  730.     (set sourcefile "Edge_Master:ReadMe.Doc")
  731. )
  732. (copyfiles
  733.     (source sourcefile)
  734.     (dest edge_dir)
  735.     (infos)
  736. )
  737.  
  738. ; how far have we come?
  739. (complete 85)
  740.  
  741. ; now how about the amigaguide stuff
  742. (if (= (exists "Libs:AmigaGuide.library") is_a_file)
  743.     (if (> 2228235 (getversion "Libs:AmigaGuide.library"))
  744.         (set do_guide true)
  745.     )
  746.     (set do_guide true)
  747. )
  748.  
  749. ; ok do we do guide stuff?
  750. (if (= do_guide true)
  751.     (
  752.         ; first do the library
  753.         (set destination "Libs:AmigaGuide.library")
  754.         (set archive "Edge_Master:AGuide_Lib.lha")
  755.         (unarchive)
  756.         
  757.         ; how far have we come?
  758.         (complete 90)
  759.  
  760.         ; second the guide tool
  761.         (set destination "Sys:Utilities/AmigaGuide")
  762.         (set archive "Edge_Master:AGuide_App.lha")
  763.         (unarchive)
  764.         
  765.         ; how far have we come?
  766.         (complete 95)
  767.  
  768.         ; lastly the amigaguide helpfile
  769.         (set destination "S:Help.guide")
  770.         (set archive "Edge_Master:AGuide_Hlp.lha")
  771.         (unarchive)
  772.     )
  773. )
  774.  
  775. ; how far have we come?
  776. (complete 100)
  777.  
  778. ; ok we are done then
  779. (makeassign "Edge_Master" (safe))
  780. (delete "Ram:LHEX" (safe))
  781. (delete "Ram:LHEX.script" (safe))
  782. (set @default-dest edge_dir)
  783. (exit Final_text)
  784.