I want to have this script which will store users in the format:<$AccountName> <$DOB> <$Username><$Password> <$Email> on a file called Register.txt. I want to have it search the file to searchsee if the username already exists in Register.txt before adding the account to the file. How do I dogo about doing this?