Power Shell

time to read 1 min | 166 words

Monad is out, it has a new name, it sounds like a poster from the fifties, but whatever.

Cool things so far:

  • UNC Paths are supported! I never understood why cmd.exe didn't support them, but they are finally welcomed to the cli world.
  • You can download a 230 pages user guide
  • I got to play with it a bit, trying to do some stuff, it has very interesting capabilities.
  • Don't try to do reflection using it, it suffers from the same problem all other .Net assemblies has, load context issues. For some reason I expected it to be solved there, but you can't just load any old assembly and get the correct load context. Pity.