how would i type this in the command
del C:\boot\bcd
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
del c:\boot\bcd.temp
i would figure you would press enter whenever you reach the end of the line but after the first two lines that doesnt work anymore and if you press enter at the end of the third line it says ''doesn't recognize'' or something like that