タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

powershellに関するtoshyonのブックマーク (3)

  • PowerShellでTodo管理 その1 - coma2n’s diary

    なんとなくTodoアプリを作りたくなったので、PoweShellで作ってみる。 最初はスクリプトで作ろうかと思ったけど、無理がありそうだったのでカスタムProviderでやることにした。 PowerShellの特徴として、種類の違うデータに対して同一のコマンドで操作を行えるというのがある。FileSystemに対してもRegistryに対してもNew-Itemコマンドレットでアイテムの追加ができるというあれ。 この話自体は知っていたけど、実際どんなメカニズムなのか知らないので、それの勉強も兼ねてという意味あいもある。 作りたい物のイメージとしては、 PS Todo:\> dir 出力 完了 タイトル 詳細 ---- ---- ---- false テスト テストです true テスト2 テストでした Todoというドライブで「dir」をするとTodoアイテムの一覧が表示される。もちろんアイ

    PowerShellでTodo管理 その1 - coma2n’s diary
  • オブジェクト指向なコマンド環境「Powershell」を試してみた - てっく煮ブログ

    Microsoft 製の最新のコマンドライン環境「Powershell」が面白かったので、楽しいところをまとめてみた。UNIX な人にも使いやすい親切設計コマンドプロンプトでファイル列挙と言えば dir だけど、Powershell では ls も使える。 PS> ls Directory: Microsoft.PowerShell.Core\FileSystem::C:\ Documents and Settings\nitoyon Mode LastWriteTime Length Name ---- ------------- ------ ---- d---s 2006/02/19 22:35 Cookies d-r-- 2006/02/17 23:39 Favorites d-r-- 2006/02/19 18:56 My Documents d-r-- 2004/08/19 9

  • TechNet Script Center

    Summary: Using PowerShell to identify RPC ports in use by capturing content from PowerShell We'd like to introduce you today to one of our newest bloggers!  It's a froopingly awesome friend of ours, Joel Vickery, PFE.  (did I mention Dr. Scripto is a big fan of books written by Douglas Adams?....oops!) Take it away Joel! Thanks Doc!  So ...

  • 1