2011年5月19日木曜日

ScriprMakerMSでPowerShell

PowerShellが良い感じ。

ScriptMakerMSでPowerShellを使ってFileMakerのフィールドにテキストを読み込み。
なんかカンタン!!!


iiil_RunExe( "PowerShell" ; "Get-Content \"D:\listUnicode.txt\"" )

iiil_Get( "RunExeResult" )




Shift_JIS、Unicode、UTF-8をテスト。対応しているので文字化けなし。
EUC-JPはそのままではダメのようです。


以下参考
GUIユーザーのためのPowerShell入門http://journal.mycom.co.jp/column/powershell/index.html

Windows PowerShell コマンドレットのタスク別ガイドhttp://technet.microsoft.com/ja-jp/scriptcenter/dd772285

PowerShell 逆引きリファレンスhttp://powershell.web.fc2.com/Html/Index.html

メモ: PowerShell2.0をWindowsXPにインストールする
http://d.hatena.ne.jp/torazuka/20110419/ps

0 件のコメント:

コメントを投稿