Hello world.

I am trying to delete the temp files from XP/Win2000 network nodes. It is working except for the Subdirectories.

Code:

$tempsht="%temp%"
$tempsht = $tempsht+"\*.* /s"
del $tempsht



Thanks In Advance People!