DOS cd command
Results 1 to 3 of 3

Thread: DOS cd command

  1. #1
    Join Date
    Jul 2001
    Location
    Tewksbury, MA USA
    Posts
    46

    DOS cd command

    How do you get to a directory that has a .xxx..
    say in Dos I wanted to get to a file in, C:\windows\application data\options\astunb.stv
    starting at C:
    cd windows
    cd applic~1
    cd options
    How do I get to the last directory?
    Nothing I try gets me to the files in the last directory. Always invalid directory..


    ------------------
    bs
    bs

  2. #2
    Nix's Avatar
    Nix is offline Aka: Nix*, NNiixx, Nix23
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    8,255
    Surely the last level is a file with 3 character suffix ??

    If you type dir /a *.stv at the c:\windows\applic~1\options\> prompt it should list the file astunb.stv

    ------------------
    Stay Alive !

  3. #3
    Join Date
    Mar 2000
    Location
    Amsterdam, NL
    Posts
    168
    This
    C:\>CD\windows\applic~1\options\astunb.stv
    must do. At least it does on my PC.

    DD

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •