hi i have a program that outputs the the installed programs on a computer to a .txt file in the following format.
filename = station3.txt
Adobe Acrobat 5.0
Ahead Nero OEM
AVG Anti-Virus 7.0
Bounce
Clicker 4
ControlIt
Counter for Windows
DataLogger
Dazzle
ETC...
i have over a hundred of these files in a folder from each computer that i manage. ive been trying to write a perl
script that compares all these files to a master file of the same format and inputs to a another file with each application name and how many computers it is installed on.
im new to perl and know the basics but im having trouble getting my head round this and was woundering if anyone had
anything simular to this that i can adapt to my needs.
i won't show you any of my attemps as they are quite pathetic..!
anyhelp will be very appreciated......thanks
filename = station3.txt
Adobe Acrobat 5.0
Ahead Nero OEM
AVG Anti-Virus 7.0
Bounce
Clicker 4
ControlIt
Counter for Windows
DataLogger
Dazzle
ETC...
i have over a hundred of these files in a folder from each computer that i manage. ive been trying to write a perl
script that compares all these files to a master file of the same format and inputs to a another file with each application name and how many computers it is installed on.
im new to perl and know the basics but im having trouble getting my head round this and was woundering if anyone had
anything simular to this that i can adapt to my needs.
i won't show you any of my attemps as they are quite pathetic..!
anyhelp will be very appreciated......thanks