Ms Dos

Discussion in 'Windows OS's' started by Nic, Aug 26, 2005.

  1. Nic

    Nic Sleepy Head

    Likes Received:
    17
    Trophy Points:
    38
    I had this cazy idea to put DOS on my laptop, which I did. Its not too bad I like all the old games and what not, however how the hell do i open a folder. I always though it was dir/s but that doesnt seem to be working.

    Now Im getting the idea i should use the cd command but i dont knwo what to type after it
     
  2. pelvis_3

    pelvis_3 HWF Member For Life

    Likes Received:
    123
    Trophy Points:
    63
  3. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Code:
    //example if the dir u need to go to is C:\temp\ and you're in C:\
    cd temp
    
    directories are not case sensitive.
     
    Nic likes this.
  4. Nic

    Nic Sleepy Head

    Likes Received:
    17
    Trophy Points:
    38
    Nice one I was putting the colon and backslash in thanks addis
     
  5. Nic

    Nic Sleepy Head

    Likes Received:
    17
    Trophy Points:
    38
    Right okay so ive installed DOS. But it still asks me for a boot disk. Is that normal?? Sorry about the stupid questions but last time I used DOS was a long time ago.
     
  6. pelvis_3

    pelvis_3 HWF Member For Life

    Likes Received:
    123
    Trophy Points:
    63
    When does it ask you for a boot disk?
     
  7. Nic

    Nic Sleepy Head

    Likes Received:
    17
    Trophy Points:
    38
    its okay i reinstalled it and it not doing it now
     
  8. ThePenguinCometh

    ThePenguinCometh There is no escape

    Likes Received:
    51
    Trophy Points:
    0
    It's a bit of a wild guess but it could be looking for a file called command.com which is what DOS uses to interpret commands. To get around that you would copy the file to c:\ and use the command "set comspec=c:\command.com" to tell DOS to find the file on the hard-drive. Add that line to the file autoexec.bat and it'll look in the hard-drive for the file the next time you reboot.
     

Share This Page