Menú Principal

Alternativas a cmd.exe

Iniciado por patillotes, Diciembre 15, 2009, 12:37:09 PM

Tema anterior - Siguiente tema

patillotes

Antiguamente usaba el 4DOS y ahora me vendria bien algo que apeste menos que la linea de comandos de windows. Por lo que veo las opciones son:

El propio 4DOS, que aun existe y bla, esta medio abandonware o asi, parece.
Bash (usando el cygwin), pero se sale del tema un poco bastante.
Powercmd, que tiene buena pinta, pero es de pago.
Console, que tampoco tiene mala pinta.
Promptpal, ni idea.
Winone, de pago y que ejecuta los comandos en una ventana aparte. Rayante.

¿Alguien tiene experiencia con estos y puede guiar un poco?

Baku

Creo que no es exactamente lo que estás buscando, pero igual te interesa:
PowerShell
It's very difficult todo esto.

patillotes

Cita de: Baku en Diciembre 15, 2009, 12:59:10 PM
Creo que no es exactamente lo que estás buscando, pero igual te interesa:
PowerShell

Lo conozco y es muy muy interesante eso de aplicar la idea de UNIX (todo es un fichero y cualquier programa puede actuar como filtro) a los objetos. De lo mas mejor que le he visto a MS.

Baku

Un par más:

PyCmd:
a. Tab completion
    - when several completions are possible, list them instead of cycling
      through them
    - insert/remove quotes as needed
    - complete executables from the PATH and internal CMD.exe commands
    - complete names of environment variables, including pseudo-variables
    - expand values of environment variables when completing

b. Command history
    - the history is persistent across PyCmd sessions
    - one can search through the history (type a few filter characters, then
      Up/Down)
    - reordering is more intuitive than cmd's default strategy

c. Command editing
    - support emacs key bindings
    - Copy-Paste using the keyboard (Ctrl-C/X/V or Emacs-style)
    - Undo/Redo with Ctrl-(Shift-)Z (regular style) or Ctrl-_ (Emacs-style)
    - smart word-by-word navigation

d. Other
    - show a highlighted prompt to make the buffer content more readable
    - smart prompt that abbreviates directory names to save screen space
    - Shift-PgUp/PgDn to scroll the buffer
    - history of recently visited directories (Alt-Left/Right/D on empty line)
    - expand ~ as %HOME% or %USERPROFILE%
    - Ctrl-D on an empty line closes PyCmd
    - show the current working directory in the window title


Y

Poderosa

It's very difficult todo esto.

patillotes

El poderosa esta un poco desactualizado, ¿no?

patillotes

PyCmd se porta muy bien al 4DOS. Me mola de momento.

Baku

Cita de: Tio Patillah en Diciembre 15, 2009, 05:11:29 PM
El poderosa esta un poco desactualizado, ¿no?

Sip, y además no es como tal un sustituto del cmd sino del hyperterminal
It's very difficult todo esto.

Baku

Esto viene de serie en Windows 7:

Introducing the Windows PowerShell ISE


Pero también está disponible para XP y Vista.
It's very difficult todo esto.

patillotes

¿Es una como un IDE para powershell?

Baku

Cita de: Tio Patillah en Enero 20, 2010, 08:36:59 PM
¿Es una como un IDE para powershell?

Sí­, maomeno. Pero también una alternativa a la consola.
It's very difficult todo esto.

patillotes