Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
loading hotfixes into program (plz help)
2009-05-29, 05:47 PM,
#8
RE: loading hotfixes into program (plz help)
Hi Vitali, it is my new hotfix.cmd for long name hotfix of Microsoft, version XP-PRO-CZ+SP3. Default_XP.reg is tweaking register of http://www.blackviper.com/. All work very good!! For example from folder "Hotfix": WindowsMedia11-kb939683-x86-CSY.exe, WindowsXP-KB952004-x86-CSY.exe, etc.

@echo On
color 1F
for %%a in ("%~dp0\r*.exe") do cmd /c "%%a" /Q
for %%a in ("%~dp0\Q*.exe") do cmd /c "%%a" /Q
for %%a in ("%~dp0\W*.exe") do cmd /c "%%a" /passive /norestart
for %%a in ("%~dp0\I*.exe") do cmd /c "%%a" /passive /norestart
regedit.exe /s Default_XP.reg
RD /S /Q %systemdrive%\drivers
shutdown -r -t 0

Lukasek
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)