How can I launch batch files from another batch file while piping their output and retaining the current working directory?
This should do what you're asking for:
cmd /c clearwebtemp.bat > clearwebtemp_out.txt
cmd /c clearblahtemp.bat > clearblahtemp_out.txt
cmd /c clearblihtemp.bat > clearblihtemp_out.txt