22 May 2009 13:47
Install hotfixes executables
Hello,
I am currently using the following batch file to silently install microsoft hotfixes.
%~d0
pushd "\Software\Unattended\Install\Updates\XP\"
for /f "delims=" %%a IN ('dir *.exe /b') do "%%a" /q /n /z
popd
EXIT
Is there a way for this batch file to work, regardless of the path? Because I keep a copy on my USB stick, and one
on a file server (to use on the network) and every time I make a change on either one and re-syncronize, one of
them stops working because of the path.
Thanks
[Non-text portions of this message have been removed]
------------------------------------
To Post a message, send it to: batchworld@...
To Unsubscribe, send a blank message to:
batchworld-unsubscribe@...! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/batchworld/
<*> Your email settings:
(Continue reading)
RSS Feed