P
Pegasus [MVP]
Barry said:Hi again
get to this line but cant see how I get the streight up line after the /s
attrib /s | find /i "machine_system"{Enter}
so I get -
G:\System Volume Information>attrib /s ¦ FIND /I "MACHINE_SYSTEM"
Parameter format not correct -
It is obviously me, not know how to get the "thing" after the /s
Sorry,
I have had enough for today, so I am off to bed.
Will try again tomorrow afternoon.
Thanks for all your help and patience so far!
Much appreciated.
Barry
(e-mail address removed)
Sorry, I gave you the wrong drive letter. Here is the whole reply again:
You're right, it's the character after the /s that's wrong. On US type
keyboards it is often located right above the Enter key, prefixed with the
Shift key. You can also do this:
- Mark the following line with your mouse:
attrib /s | FIND /I "MACHINE_SYSTEM"
- Press Ctrl+C on your keyboard.
- Put the focus on the Command Prompt.
- Type this command:
cd /d "X:\System Volume Information"{Enter}
- Right-click anywhere in the black area, then left-click "Paste".
Now you have the whole command. Press Enter.
On an overall note: Since you have no specific experience with these things
(which is no shame!), you need to decide at some stage which is the more
effective solution for you: To persist with this exercise (of which you have
covered around 20%) or to re-install Windows XP from scratch (which will
take you one hour, plus the time required to install your applications and
restore your various settings). This is particularly relevant since I cannot
guarantee sucess with the current method. Depending on what caused the
problem, the probability of succeeding might be as low as 50%.
By the way, you never said what you did to bring about this particular
problem.