Failed OS
I passed to Hardware...but failed the OS by 70 points...
there was question that asked
xxxxxxxxxxxx
any suggestions on the correct answer and on which study materials I should use..
[/code]
there was question that asked
xxxxxxxxxxxx
any suggestions on the correct answer and on which study materials I should use..
[/code]
Comments
-
user775 Member Posts: 3 ■□□□□□□□□□dir quesion asked
how do u copy files using
"dir > file.txt command or something like that" -
user775 Member Posts: 3 ■□□□□□□□□□The question asked
"Which one can be used to copy ?"
"Dir > file.txt"
"Dir >>file.txt"
"Dir <file.txt"
"Dir <<file.txt"
this wasn't in my study materials? this looks like something used in unix or something -
TeKniques Member Posts: 1,262 ■■■■□□□□□□Hi,
The answer to your questions is:
DIR > myfile.txt - Takes the output of dir and re-routes it to the file myfile.txt instead of outputting it to the screen
The other answers are incorrect.
Good luck on the retake! -
caustik Member Posts: 32 ■■□□□□□□□□what do you know that works.... umm where did you get that piece of info?
i've not seen it before and it's not in the dir /? -
Plantwiz Mod Posts: 5,057 Modcaustik wrote:what do you know that works.... umm where did you get that piece of info?
i've not seen it before and it's not in the dir /?
Likely you'd have seen it with more DOS work. These two sites generally have good infromation
SITE 1
SITE 2Plantwiz
_____
"Grammar and spelling aren't everything, but this is a forum, not a chat room. You have plenty of time to spell out the word "you", and look just a little bit smarter." by Phaideaux
***I'll add you can Capitalize the word 'I' to show a little respect for yourself too.
'i' before 'e' except after 'c'.... weird? -
pipearce Member Posts: 19 ■□□□□□□□□□Hello All
It looks like that question has two correct answers!
Dir >> myfile.txt will also work. Normally using the >> appends text to an existing file "myfile.txt", but also works if the file is not already there.
Cheers, Paul