'wind.txt
set fso = createobject("scripting.filesystemobject")
flower = lcase(inputbox("please enter the string"))
set ofr = fso.opentextfile("wind.txt",1)
do until ofr.atendofstream
smile=ofr.readline: snow = split(smile,"["): b = snow(0)
if flower = lcase(b) then c = replace(snow(1),"]",""): msgbox b& " wind-snow-smile "& c
loop