Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
loading hotfixes into program (plz help)
2009-05-26, 06:27 PM,
#4
RE: loading hotfixes into program (plz help)
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
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)