|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 31
|
Win 2003 Server Help Please
Ok I need the steps to copy a missing system file back on windows 2003 server so it will boot into windows again. I'm trying to copy the system file using the recovery console and I forget how to copy. The System file is located D:\english\win2003\ent\I386. How do I copy that to the C: drive that has win server on it. Also I do not get the Repair option when I boot with the server cd I can only repair through recovery console.
Last edited by Skoula67; 09-12-2007 at 11:43 AM. |
|
|
|
|
|
#2 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Did you try the standard DOS command?
Code:
copy /y "D:\english\win2003\ent\i386\*" "c:\Windows\i386\" |
|
|
|
|
|
#3 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 31
|
I just tried that and got an invalid parameter. I want to copy the System file not the whole I386 folder.
Last edited by Skoula67; 09-12-2007 at 12:12 PM. |
|
|
|
|
|
#4 | |||
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
Quote:
Quote:
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|||
|
|
|
|
|
#5 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
|
You could boot it up with something like a BartPE CD and copy it using the file manager GUI.
|
|
|
|
|
|
#6 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 31
|
Ok, so those don't work invalid parameter again. I think my partition is messed up.
|
|
|
|
|
|
#7 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
You could be getting a bad parameter because the paths are not correct.
Very each path exists: Code:
c: cd \windows\i386 d: cd \english\win2003\ent\i386 |
|
|
|
|
|
#8 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 31
|
Ok, The directory works from the d: drive but when I do it from the C: it says cannot find file or directory.
Last edited by Skoula67; 09-12-2007 at 02:52 PM. |
|
|
|
|
|
#9 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
There's your problem then.
Your system path isn't \Windows\i386. Just replace this with whatever the appropriate folder is on your C drive and you should be fine. |
|
|
|
|
|
#10 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 31
|
Would anybody happen to know where the system file would be on server 2003. As I cant boot in to see where it would be stored because it's not I386. I can change directory to C:\windows\config\system32 but it wont copy it there.
|
|
|
|
|
|
#11 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Typically it's either \Windows or \Windows\system32
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Computer Acronyms | Floppyman | Computer Hardware | 156 | 06-18-2006 06:25 AM |
| MS Server 2003 question | AlwaysUp | Networking & Online Security | 5 | 12-20-2004 08:05 AM |
| Win 2003 server printer issue | wantabe2 | Windows Legacy Support (XP and earlier) | 1 | 07-27-2004 08:01 AM |
| Multi boot, XP, win server 2003/ Win Server 2003 | copyright_1978 | Windows Legacy Support (XP and earlier) | 5 | 02-26-2004 01:48 PM |
| Win 2000 server cannot see network | kpgills | Windows Legacy Support (XP and earlier) | 0 | 07-03-2003 12:34 PM |