How do I script the following using vbscript:
1. Prompt User for numbers or strings
2. Search that number or string in all files (text files) in a folder.
a) Start searching (if possible from end of line) because the string or number may also exist in the middle of the line.
3. Once found, copy it to a clipboard so that it may be pasted to another application.
Thank you.