I've done a ton of scripting in Perl, but right now I just need something small done in VBS, and I dont have the time to do it myself and learn VBS.
What I need done is the following, running on a windows 2003 server.
I have a file named d.txt containing a list with names for example :
names:
eric
bob
bethany
I want this script to read each line and create a file e.txt making the output like this :
my name is eric banner
my name is bob banner
my name is bethany banner
The first : names line is to be ignored.
This is something very simple, I looked at some snippets, but VBS is something complely different for me.
Any takers?