philo 0 Posted June 2, 2005 Hi $file = FileOpen("Mail.txt", 1) $answer = InputBox("Database", "Enter your E-mail.", "", "") FileWriteLine($file, $answer) Store your E-Mails Philo Auto It Ruels Share this post Link to post Share on other sites
ryeguy 0 Posted June 2, 2005 heres a quicker way: FileWriteLine("email.txt", InputBox("Database", "Enter your E-mail.", "", "")) Share this post Link to post Share on other sites
vbMark 0 Posted June 3, 2005 Hi $file = FileOpen("Mail.txt", 1) $answer = InputBox("Database", "Enter your E-mail.", "", "") FileWriteLine($file, $answer)Store your E-MailsPhilo<{POST_SNAPBACK}>Nice of you to post the script that I wrote for you:#83240 Share this post Link to post Share on other sites