Author Topic: calling curry1  (Read 679 times)

Offline davidwales

  • Persona Non Grata
  • Nickel Member
  • ***
  • Posts: 441
calling curry1
« on: February 01, 2012, 12:52:37 PM »
hi curry you are a computer expert , and i followed your tips and i accidently deleted windows , how can i get shdocvw.dll file back into sys/32 without a desk top or anything else my exlorer dont work , i have file on flash stick , every time i try to reistall windows after formatting hrd drive i get cannot copy shdocvw.dll to retry press enter skip file press esc , and my pc dont work , i downoaded a new dll file but only got it on a flash stick , could u tell me how to copy file of the flash drive to syst/32 with task manager which still works , i need to get my pc working as i cant play the game , ive tried loads of stuff like skndsk etc , and repair but the file is gone , i dont know where the blazes it has gone , but its gone , ive read on internet if i can get it back on the syst /32 itll work , how come the file is not on my installation disc  :salute :salute :salute

Offline 2bighorn

  • Gold Member
  • *****
  • Posts: 2829
Re: calling curry1
« Reply #1 on: February 01, 2012, 01:03:59 PM »
If you can open task manager, go to "File" -> "New Task [Run...]" and type in "sfc /scannow"

This will start system file checker. Have Windows  install disk in your optical drive. File checker will copy all necessary files from installation disk.


If that doesn't work, then go to "File" -> "New Task [Run...]" and type in "cmd"

That will open command prompt. Use copy command to copy file from your USB stick.

Offline davidwales

  • Persona Non Grata
  • Nickel Member
  • ***
  • Posts: 441
Re: calling curry1
« Reply #2 on: February 01, 2012, 01:27:07 PM »
bighorn i sent you a email , i done the first one , but no joy how do i copy the file from the flash stick , in the cmd menue ???? :salute

Offline 2bighorn

  • Gold Member
  • *****
  • Posts: 2829
Re: calling curry1
« Reply #3 on: February 01, 2012, 01:31:56 PM »
use copy command

like:
copy e:\shdocvw.dll c:\windows\system32

replace e: with drive letter of your USB stick




Offline davidwales

  • Persona Non Grata
  • Nickel Member
  • ***
  • Posts: 441
Re: calling curry1
« Reply #4 on: February 01, 2012, 01:40:07 PM »
hi bighorn the file is def in drive e as you said , i can open it with wordpad , so its there , but it says cant copy , is there another command i can use , thanks dave  :salute

Offline 2bighorn

  • Gold Member
  • *****
  • Posts: 2829
Re: calling curry1
« Reply #5 on: February 01, 2012, 01:42:52 PM »
You have to type copy command within command prompt, not in task manager file->run

Offline davidwales

  • Persona Non Grata
  • Nickel Member
  • ***
  • Posts: 441
Re: calling curry1
« Reply #6 on: February 01, 2012, 02:41:31 PM »
bighorn u are almost on the right track as i can get into c drive but not g its wont copy 4 some uncanny reason  :salute

Offline 2bighorn

  • Gold Member
  • *****
  • Posts: 2829
Re: calling curry1
« Reply #7 on: February 01, 2012, 03:07:04 PM »
Use dir command to see if the file is actually on your USB stick, and if it is, it's maybe in some subdirectory rather than root.

example: dir x:\ /s (substitute x with your USB drive letter)


If your're not comfortable with command prompt, just type "explorer" instead of other commands (omit quotes). If you're lucky, windows explorer will pop up and than just drag and drop file from stick to /windows/system32