The Memory-Optimization Hoax
Don't believe the hype. At best, RAM optimizers have no effect. At worst, they seriously degrade performance. ...
Command Prompt Tricks
One reader shares his tip for setting up the command prompt to reflect a remote path. ...
WinInfo Short Takes: Week of November 24, 2008
An often irreverent look at some of the week's other news, including a Vista Capable dismissal request, Zune price reductions, Morrow musings, Novell and Microsoft sitting in a tree ... two years later, Yahoo!, IE 6 on Windows Mobile, and so much more ...
FOR /F "tokens=1,2 delims=\ " %%A in ('browstat vw 1 \\ServerX') do (CALL :STEP1 %%A)
This tokens statement strips out the leading back slashes - The reason I sometime strip them out is because some tools don't use the slashes and it's easier to strip them and if need be add them back if you need both in a shell script.
You could use "net view" as well - but I tend to use browstat against a DC in an NT4 environment where browsing is working well -
Joel Krall April 17, 2003