| Author |
Window problem!
|
Mitchell Kave
Ranch Hand
Joined: May 12, 2002
Posts: 70
|
|
Can someone tell me how to copying these files below and copying MSGSRV32.EXE ADVAPI32.DLL GDI32.DLL KERNEL32.DLL MPR.DLL USER32.DLL ... from my installation disk to wherever ihave my windows files. As because i can't load out my window. it gives me a boxes that contain some messages " msgsrv32 This program has performed an illegal operation and will be shut down. if the problem persists,contact the program]vendor. " Any ideas!!!
|
-
|
 |
Anupam Sinha
Ranch Hand
Joined: Apr 13, 2003
Posts: 1088
|
|
Hi Mitchell You can try booting up your computer in the DOS mode. Then copy the file you want. You may have to unhide the file. You can use attrib -a -r -s -h filename.extension a is for archive s for system r for readonly h for hidden You can search for hidden files using dir/ah. Now unhide the file copy it.
|
 |
Mitchell Kave
Ranch Hand
Joined: May 12, 2002
Posts: 70
|
|
The problem i'm having is the copying files. i don't know the command ....... can u show me the command? i just put in the boot disk....and it brings me to the os. then..how should i copy all the files into the respective folder in window? Thanks How should i find the respective folder in os situation?Thanks
|
 |
Anupam Sinha
Ranch Hand
Joined: Apr 13, 2003
Posts: 1088
|
|
|
Which operating system are you on?
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 3901
|
|
the command to copy files is the copy command. the folder those files go in depends on which version of windows you have. if i remember correctly in win 95 it is c:\windows\system in win 98 it is c:\windows\system32 in win 2000 it is c:\windows\winnt when you boot off the floppy, you should be in the root of a: which is where the files probly are so you would type something like copy KERNEL32.DLL c:\windows\system for each of the files [ July 27, 2003: Message edited by: Randall Twede ]
|
I never took notes in college. That's how I got a 4.0 the first 2 years, and a 3.5 the second two years.
|
 |
Mitchell Kave
Ranch Hand
Joined: May 12, 2002
Posts: 70
|
|
HI, THe problem is.. when i insert the boot disk? it didn't bring me to the dos mode. in fact...it just...on the way of loading window out. But,no window is coming out instead a boxes saying this " MSgsrv32 blah blah blah " what's the problem of it?
|
 |
 |
|
|
subject: Window problem!
|
|
|