Failed OS

user775user775 Member Posts: 3 ■□□□□□□□□□
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..
icon_rolleyes.gif [/code]

Comments

  • user775user775 Member Posts: 3 ■□□□□□□□□□
    dir quesion asked

    how do u copy files using

    "dir > file.txt command or something like that"
  • entzillaentzilla Member Posts: 141
    user775 wrote:
    dir quesion asked

    how do u copy files using

    "dir > file.txt command or something like that"

    I don't really understand what you're trying to ask. I would suggest you brush off the score, work hard, and try again.
    CompTIA A+ Certified - July 5th, 2005
  • user775user775 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
  • TeKniquesTeKniques 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!
  • caustikcaustik 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 /?
  • PlantwizPlantwiz Mod Posts: 5,057 Mod
    caustik 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 2
    Plantwiz
    _____
    "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?
  • pipearcepipearce 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
Sign In or Register to comment.