Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. windows tip

windows tip

Scheduled Pinned Locked Moved The Lounge
windows-adminquestion
14 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Andrew K

    Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

    C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #3

    Ah! I remembered using this ages ago but kept forgetting the registry key to edit. Thanks for the reminder. cheers, Chris Maunder

    1 Reply Last reply
    0
    • A Andrew K

      Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

      M Offline
      M Offline
      mgama
      wrote on last edited by
      #4

      Its built into Windows XP (enabled by default)

      1 Reply Last reply
      0
      • J Jack Handy

        NICE! Since I'm so used to bash (It's a unix shell for you anti-unix people) I always hit tab trying to complete filenames in dos. This will come in handy. Thanks, Jack To an optimist the glass is half full. To a pessimist the glass is half empty. To a programmer the glass is twice as big as it needs to be.

        A Offline
        A Offline
        Andrew K
        wrote on last edited by
        #5

        Maybe you'd be interested in this then (or have already tried it)... http://www.redhat.com/download/cygwin.html It's a unix environment for windows including a bash shell.

        1 Reply Last reply
        0
        • A Andrew K

          Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

          J Offline
          J Offline
          Joao Vaz
          wrote on last edited by
          #6

          Thanks Andrew , I keep forgeting that registry key. Cheers, Joao Vaz

          1 Reply Last reply
          0
          • A Andrew K

            Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

            C Offline
            C Offline
            Christopher Lord
            wrote on last edited by
            #7

            Tweak-UI has also had an option to turn it on for quite a while. Ever since the W2K betas I've used this handy feature. // Rock

            1 Reply Last reply
            0
            • A Andrew K

              Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

              T Offline
              T Offline
              Tom Archer
              wrote on last edited by
              #8

              Very cool! Thanks for sharing! Cheers, Tom Archer Author, Inside C#

              1 Reply Last reply
              0
              • A Andrew K

                Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

                K Offline
                K Offline
                Konrad Rotuski
                wrote on last edited by
                #9

                There is another nice tip I have for you Once I wanted to have green text on black background, like old UNIX terminals had, I searched, and I found. If you add /T:xx you to your cmd.exe shortcut you can have terminal in your favourite colours

                J 1 Reply Last reply
                0
                • A Andrew K

                  Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

                  S Offline
                  S Offline
                  ScottDewald
                  wrote on last edited by
                  #10

                  I am using Windows 2000 and I can't find the Registry to look for the CompletionChar. Could someone please point me in the direction I need to look? Thanks

                  H 1 Reply Last reply
                  0
                  • S ScottDewald

                    I am using Windows 2000 and I can't find the Registry to look for the CompletionChar. Could someone please point me in the direction I need to look? Thanks

                    H Offline
                    H Offline
                    hollowMedia 0xFA7E
                    wrote on last edited by
                    #11

                    Um...even though I hope you aren't serious I will still give you the clue. Start->Run regedit ---- xian "Winners never quit and quitters never win, but those who never win and never quit are idiots." -despair

                    1 Reply Last reply
                    0
                    • K Konrad Rotuski

                      There is another nice tip I have for you Once I wanted to have green text on black background, like old UNIX terminals had, I searched, and I found. If you add /T:xx you to your cmd.exe shortcut you can have terminal in your favourite colours

                      J Offline
                      J Offline
                      Jeremy Falcon
                      wrote on last edited by
                      #12

                      For light green on a black background the values would be... cmd.exe /T:0A Jeremy L. Falcon "The One Who Said, 'The One Who Said...'" Homepage : Feature Article : Sonork = 100.16311

                      1 Reply Last reply
                      0
                      • A Andrew K

                        Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

                        A Offline
                        A Offline
                        Atlantys
                        wrote on last edited by
                        #13

                        It's all about TweakUI. some MS tool that exposes registry settings like this. Just search the MS site for it.

                        1 Reply Last reply
                        0
                        • A Andrew K

                          Search for CompletionChar in the registry. Set the value to 9 and you can get tab completion in dos windows. This is default in XP apparently but and has been in windows since NT4.0 supposedly. Tab cycles to the next selection and Shift+Tab the previous. I wish I knew of this way back when. Anybody else know of this or was I just out of the loop? :)

                          H Offline
                          H Offline
                          Haim Yulzari
                          wrote on last edited by
                          #14

                          Run cmd.exe /f:on (on W2K) and you can have the same effect with CTRL-F (files) and CTRL-D (folders). Haim

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups