On Mon, 27 Aug 2007 08:22:27 +0100, sgp <[EMAIL PROTECTED]> wrote:
>local tf=env("TEMP")++?"\"++scriptname++"-"++date++time++".txt"
>file.writeall(tf,h.gettext)
>notepad &(tf)You need a delay here so notepad can open the file before you delete it. >file.deletenorecycle(tf) -- Carroll Robbins
