Windows "Monad" Shell Beta 2 Documentation Pack release


MSH/Monadのドキュメントパックが公開されました。

Download:Microsoft Download Center: Windows, Office, Xbox & More

Overview(Downloadページより転載)

  • The documents included are:
    • The "Getting Started" guide, an 80-page introduction to using the shell and the MSH language supported by the Windows "Monad" Shell (GettingStarted.doc).
    • A single-page summary of the MSH language, formatted as a tri-fold (LanguageQuickReferenceTriFold.doc).
    • A quick-start guide to tracing in the Windows "Monad" Shell (TracingQuickStart.doc).
    • The three Hands-On Labs from the 2005 Professional Developers Conference: "Monad Scripting" (MonadScripting-HandsOnLab.doc), "Building Monad Cmdlets" (BuildingMonadCmdlets-HandsOnLab.doc) and "Creating Monad Providers" (CreatingMonadProviders-HandsOnLab.doc).

感想

  • 「GettingStarted.doc」はMSDNと同じ内容です。
  • 「LanguageQuickReferenceTriFold.doc」は言語仕様をコンパクトにまとめたものです。
    • 初めてMonadを勉強するには見やすくてよいかも。
  • 「TracingQuickStart.doc」はデバッグ系情報をまとめたものです。
    • これは有益です。今後、紹介していきたいですね。
  • 残りのHandsOnLabはPDC2005で使われた内容です。

「BuildingMonadCmdlets-HandsOnLab.doc」はCmdletをビルドする練習ドキュメントです。
Exercise7のうちExercise3まで進めてみました。案外、Cmdletって簡単に作れるものですね。