Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
loading hotfixes into program (plz help)
2009-05-26, 07:26 PM,
#5
RE: loading hotfixes into program (plz help)
(2009-05-26, 06:27 PM)lukasek Wrote: for %%a in ("%~dp0\Q*.exe") do cmd c/ "%%a" /Q
for %%a in ("%~dp0\KB*.exe") do cmd c/ "%%a" /passive /norestart is not good!! Swirch /c is bad!!!!!!!!!!!!!

Excelent work Start.cmd !!!!
ECHO ON
for %%a in ("%~dp0\Q*.exe") do cmd /c "%%a" /Q
for %%a in ("%~dp0\KB*.exe") do cmd /c "%%a" /passive /norestart
shutdown -r
Sorry for my late post.

are you sure that "/passive /norestart" is wrong for kb* fixes ? which hotfix make a trouble?

and why is reboot is good ?
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply


Messages In This Thread
RE: loading hotfixes into program (plz help) - by Vitali - 2009-05-26, 07:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)