Script to smack Windows into submission ...

Lan Barnes lan at falleagle.net
Thu Aug 31 22:10:36 PDT 2006


On Thu, Aug 31, 2006 at 06:56:54PM -0700, Andrew Lentvorski wrote:
> Windows file sharing sucks.  It likes to hang at the drop of a hat.
> 
> Here's a script I use on XP to prevent it from hanging up.
> 
> I present: smackwin.bat
> 
> @echo off
> :again
> echo Smacked Windows...
> touch \\netshare\netuser\smack.txt
> sleep 10
> goto again
> 
> -a
> 

Pretty good use of the CPU.

-- 
Lan Barnes
Linux Guy, SCM Specialist     
Tcl/Tk Enthusiast 

It is easier to optimize correct code than to correct optimized code.
                                           - Bill Harlan



More information about the KPLUG-List mailing list