PowerShell
- PowerShell ISE ファイルでHello World
- PowerShell 変数の値が残る現象とクリア方法
- PowerShell if文のサンプル(ISE)
- PowerShell for文 処理を繰り返すサンプル
- PowerShell 配列の使い方のサンプル
- PowerShell 関数のサンプル
- PowerShell クラスのサンプル
- PowerShell テキストファイルの読み書き
- PowerShell ファイルの存在/移動/コピー/削除
- PowerShell フォルダの存在/移動/コピー/削除
- PowerShell フォルダ/ファイルの一覧を取得
- PowerShell 文字列を結合するサンプル
- PowerShell Substring 文字列を切り出す
- PowerShell IndexOf 文字列の位置を取得する
- PowerShell Replace 文字列を置き換える
- PowerShell Split 文字列を分割して配列にする
- PowerShell StartsWith 文字列の始まり/終わりを確認
- PowerShell 文字列の先頭末尾の空白を除去(Trim)
- PowerShell ダイアログでファイルを選択する
- PowerShell 現在日時の取得と日時の計算
batファイル
- batファイル hello worldと実行のサンプル
- batファイル If文のサンプル(Windows)
- batファイル for文 処理を繰り返すサンプル
- batファイル 遅延変数のサンプル(if文/for文の注意点)
- batファイル サブルーチン(関数)のサンプル
- bat ファイルのコピー/移動/削除/存在(Windows)