The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: ToutEnMasm on September 18, 2011, 06:24:13 PM

Title: update of dbghelp.dll
Post by: ToutEnMasm on September 18, 2011, 06:24:13 PM

Made a batch with this lines
Quote
copy dbghelp.dll "C:\WINDOWS\system32\dllcache"
copy dbghelp.dll "C:\WINDOWS\system32"

copy dbgeng.dll "C:\WINDOWS\system32\dllcache"
copy dbgeng.dll "C:\WINDOWS\system32"
pause
Run windows in without failure mode
Run the batch