Concept Flow - Why input makes scripts interactive
Start Script
Prompt User for Input
Wait for User to Type
User Enters Data
Store Input in Variable
Use Input in Script
Continue Script or End
The script pauses to ask the user for input, waits until the user types something, then uses that input to continue running.