1.Write a script that creates a file. The script should:
- Ask for a folder name
- Ask for a filename
- if the file already exists, delete it
- ask for text to write to the file
- Write that text to file
- Save and close the file
2.Write a function that extracts and displays characters 7 to 12 of a string that is entered from the keyboard:
- Place this within a script
- If no characters are entered, the script should termiante with an error message
- If the user presses either ESC or Cancel from the InputBox, the script should terminate with a different error message
3.Write a script that displays an entered drive's serial number
& 4. Write a script that asks for a number:
- Then another number, and another number, until the user entes the word "quit"
- The script should then display the total of the numbers entered
Any help would be appreciated

I did all my other questions without any problems , but i've been having lots of problems with those

