Script Library: 1238 scripts
 

yarm.r

REBOL [ Title: "YARM - Yet Another Rebol Messenger" Date: 2-Jan-2002 Version: 1.0.2 File: %yarm.r Author: "Tommy Giessing Pedersen" Purpose: "An email-client with a browser front-end" Email: %nite_dk--bigfoot--com library: [ level: 'intermediate platform: none type: none domain: [cgi email markup tcp GUI web] tested-under: none support: none license: none see-also: none ] ] d: request-list "Select where to install YARM" load %/ while [ not-equal? d none ] [ change-dir d list: make block! [ %../ ] foreach file load %./ [ if dir? file [ append list file ] ] sort list d: request-list make string! what-dir list ] d: request-text/title "Create new folder here?" if not-equal? d none [ make-dir make file! d change-dir make file! d ] flash rejoin [ "You can now start YARM from " what-dir "yarm.r" ] write %yarm.r read http://www.lillekriger.person.dk/yarm.r d: wait 5 unview do %yarm.r
halt ;; to terminate script if DO'ne from webpage
Notes
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (nite_dk:bigfoot:com)