Sven Groot wrote:Actually, cmd.exe in Windows XP has tab-completion.
Horshu wrote:Win2K has tab-completion as well; it just isn't enabled by default. Check out HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor in your registry.
"I'm probably being too picky, but I was hoping it would have a richer CLI UI rather than being so similar to cmd.exe"Yes, many using the beta wish the same including myself. They are focused on RC1 and have a lot of work in the nuts and bolts. They currently view cli ui as something that can come latter. The current UI is the same one any console APP uses. MSH.exe is just a plain old c# app that loads DLLs. The MSH engine is a collection of DLLs that the MSH console app hosts. You will probably see many user attempts at MSH hosts/GUI/CUI apps. Actually, there is a few beta users that are working on their own hosts. Myself, I would like to see something similar to the SQL command utils. Where you have a command window and a results window, etc. As a c# user, I would also like to see deep integration of msh into the cmd/immediate windows and internal scripting in VS.Net.cmdlets are user commands (c# dlls) that msh invokes and your dll becomes part of the pipeline for inspection or injection in the pipeline.--wjs, mvp
staceyw wrote: Actually, there is a few beta users that are working on their own hosts. Myself, I would like to see something similar to the SQL command utils. Where you have a command window and a results window, etc. As a c# user, I would also like to see deep integration of msh into the cmd/immediate windows and internal scripting in VS.Net.cmdlets are user commands (c# dlls) that msh invokes and your dll becomes part of the pipeline for inspection or injection in the pipeline.--wjs, mvp
Actually, there is a few beta users that are working on their own hosts. Myself, I would like to see something similar to the SQL command utils. Where you have a command window and a results window, etc. As a c# user, I would also like to see deep integration of msh into the cmd/immediate windows and internal scripting in VS.Net.cmdlets are user commands (c# dlls) that msh invokes and your dll becomes part of the pipeline for inspection or injection in the pipeline.--wjs, mvp