0

Possible Duplicate:
maximizing the windows Command prompt

What I'd like is a way to make the command prompt and PowerShell a little more user friendly. Some basics of a good terminal or terminal emulator would be great. For example, being able to maximize both to fit the whole screen or even full screen would help quite a bit. In UNIX based environments, terminal, xterm, konsole, etc maximize to fit the screen and can also full screen. This functionality was also a part of Windows OS's back in the old days, but since Windows Vista that functionality has been removed. Is there any way to add it back?

rx3r0
  • 1
  • 1
  • See [Maximizing the Windows Command prompt](http://superuser.com/questions/170745/maximizing-the-windows-command-prompt) and also [Full Screen Command Prompt in Vista](http://appscout.pcmag.com/microsoft-windows/274205-full-screen-command-prompt-in-vista) (works in Win7 as well). – Karan Jan 16 '13 at 18:49
  • 1
    "make ... usable" isn't really a question, and "usable" is highly subjective. We have been *using* the Windows console for decades! Please focus specifically on what you want to see. – Jay Bazuzi Jan 16 '13 at 22:28

2 Answers2

1

Console might help. So could PowerCMD. If you Google Command Prompt Alternative you should be able to find something that suits your needs.

As for PowerShell, I really like the PowerShell ISE.

If you can't install an alternative on a server, see if you can have telnet enabled and use PuTTY, or better yet SSH. This question might help get SSH going.

rtf
  • 12,608
  • 14
  • 51
  • 89
0

I use ConEmu as terminal emulator with clink to have some of the joys of Bash. ConEmu have some very useful features like macros and custom key binding and clink bring things like history search and Bash shortcuts

kb_sou
  • 267
  • 1
  • 3
  • 12