can anyone tell me how to run a .bat file using the shell command
the command i am using is

a% = shell("temp.bat",2)


the bat file looks like this

netstat-e > c:\temp.txt

thankyou all for your help