Remeber:
You can suppress most DOS (shell) returns by redirecting the output to a NUL device.
Example:
NET USE * \\SERVER\SHARE > NUL

------------------
Jesse
------------------
For more scripting help and examples, click here.