Jump to content

Recommended Posts

Posted

Hi

$file = FileOpen("Mail.txt", 1)
$answer = InputBox("Database", "Enter your E-mail.", "", "")
FileWriteLine($file, $answer)

Store your E-Mails

Philo

Auto It Ruels

Posted

Hi

$file = FileOpen("Mail.txt", 1)
$answer = InputBox("Database", "Enter your E-mail.", "", "")
FileWriteLine($file, $answer)

Store your E-Mails

Philo

<{POST_SNAPBACK}>

Nice of you to post the script that I wrote for you:

#83240

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...