I can't get it to work.
I just want to see it work with this code
minus the output


Open "c:\temp.bat" For Output As #1
Print #1, "yahoo.com"
Close #1

Open "c:\temp1.bat" For Output As 1
Print #1, "nslookup >c:\temp.bat"
Close #1


Shell "c:\temp1.bat", vbMaximizedFocus