windows CLI looking like ubuntu terminal

5,502

The closest you will get is using the free Console application off SourceForge. Here's a recent Scott Hanselman blog post about customising it. If you grab the free Ubuntu fonts and use the monospaced one for the console, it'll look even more like the Ubuntu shell.

This software works by redirecting output from CMD.EXE, so you won't have colour in the sense that an Ubuntu shell could. To attack that problem, you could use the free CMD.EXE alternative TCC LE and make Console run that instead of CMD.EXE.

Doing all that might get you something similar in terms of looks.

enter image description here

Share:
5,502

Related videos on Youtube

AlexandruC
Author by

AlexandruC

Updated on September 18, 2022

Comments

  • AlexandruC
    AlexandruC over 1 year

    How can I make my windows 7 command line interface to look like the terminal in Ubuntu ?

    • Keltari
      Keltari over 11 years
      what specifically are you looking for?
    • Gnoupi
      Gnoupi over 11 years
      What do you mean exactly by "looking like", is it only a matter of appearance, or do you want the same functions?
    • AlexandruC
      AlexandruC over 11 years
      I am looking for appearance.
    • Keith
      Keith over 11 years
      I don't think it's possible. The win32 console does not support ANSI escape sequences to color prompts, etc.
  • AlexandruC
    AlexandruC over 11 years
    Thansk but I have that, I just want it to look like the terminal, like fonts and color & stuff.
  • Alan B
    Alan B over 11 years
    He doesn't want Linux commands, he wants Linux appearance.
  • Ankit
    Ankit over 11 years
    @AlanB Thanks for pointing. I missed the point completely.
  • Alan B
    Alan B over 10 years
    Since the answer above, a new solution to this has arrived in the form of the excellent CmdEr (bliker.github.io/cmder)