タグ検索    

記事 画像
タグ検索トップ  >  記事  /  powershell
記事 での「powershell」の検索結果 94
Windows PowerShell in Action, Second Edition
PowerShell log ] 08:21 02/09
Windows PowerShell in Action の第2版は9月に出る予定なのですね。 待ち遠しいです。 Manning Early Access Program というので、 でき..
タグ: powershell
[CTP3] ISE での Write-Progress 表示
PowerShell log ] 15:53 02/03
PowerShell ISE だと Write-Progress の表示は、普通のコンソールのように色違いの文字でコンソール上部に表示されるのではなく、ダイアログボックスが出てきて、そこにプログレスバ..
タグ: powershell ise
PowerGUI での Read-Host の戻り値の問題
PowerShell log ] 17:48 01/29
$myInvocation の値が正しく設定されていない以外に、 PowerGUI に問題点がもうひとつありました。 PowerGUI で Read-Host が実行されると普通のコンソールの..
タグ: powershell PowerGUI
[Winform] フォーム上のコントロールへのアクセス
PowerShell log ] 13:32 01/29
Winformで、フォーム上に配置されたコントロールは、 フォームの Controls プロパティ(Control.ControlCollection)に格納されています。 この中の目的のコントロ..
タグ: powershell Winform
ISE か PowerGUI か
PowerShell log ] 17:53 01/26
PowerShell のスクリプト作成時の環境として ISE(Integrated Scripting Environment) を使うか、PowerGUI を使うかを迷っています。 ISE と..
タグ: powershell PowerGUI
PowerShell の連想配列のコピー
PowerShell log ] 00:19 01/26
PowerShell の配列変数や連想配列変数のコピーは実体への参照がコピーされるだけなのを忘れないようにしよう。 簡単な確認。次のように連想配列を作って値を入れてからコピーして、 $hashta..
タグ: powershell 連想配列
PowerShell で Winform を使う:イメージデータの読み込み
PowerShell log ] 16:28 01/22
PowerShell で Windows Form (WinForm) を用いた GUI を作成するときの書き方の例です。 .NET Framework に詳しい人には当たり前の操作だと思いますが、..
タグ: powershell Winform
[CTP3] PowerShell の WindowStyle オプションで Hidden を指定してコンソールを隠す
PowerShell log ] 17:06 01/16
V2 CTP3 から PowerShell.exe に WindowStyle オプションが追加され、起動時のコンソール画面の状態を指定できるようになりました。 これはうれしい。 指定できるのは ..
タグ: powershell
[CTP3] PowerShell ウィンドウ内 IME 状態表示
PowerShell log ] 12:42 01/15
CTP3として配布されている PowerShell v2 と Windows 7、Windows Server 2008 R2 のベータに含まれている版の違いにもう一つ気がつきました。ベータのほうは ..
タグ: Windows 7 Windows Server 2008 R2 powershell
[CTP3] Windows Server 2008 R2 とか Windows 7 のベータ版の PowerShell
PowerShell log ] 17:57 01/13
Windows Server 2008 R2 とか Windows 7 のベータ版に PowerShell V2 が入っていますが、 これは CTP3 と完全に同じものというわけではないようですね。..
タグ: powershell
デバッグ出力の文字色指定とISE
PowerShell log ] 17:12 01/09
PowerShellのコンソールに Write-Debug と Write-Verbose で出力される文字列の色は初期状態ではどちらも黄色になっています。違う色にしたほうが見分けやすいと思いスクリプ..
タグ: powershell
フォーマットストリングと配列 Lengthの副作用?
PowerShell log ] 23:40 01/08
実用上困るかというと、そうでもなさそうな細かな話ですが・・・ 配列の長さを知るための Length や Count を使うと不思議な副作用があるようなのです。 まず配列を用意します。たとえ..
タグ: powershell
前のページへ 1 2 3 4 5 6 7 8 次のページへ