facebook twitter hatena line email

「Windows/powershell」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
 
(同じ利用者による、間の8版が非表示)
行1: 行1:
 
[[Windows/powershell/インストール]]
 
[[Windows/powershell/インストール]]
 +
 +
[[Windows/powershell/コーディング規約]]
  
 
[[Windows/powershell/基本]]
 
[[Windows/powershell/基本]]
  
[[Windows/powershell/git]]
+
[[Windows/powershell/文字列]]
 +
 
 +
[[Windows/powershell/ファイル文字]]
 +
 
 +
[[Windows/powershell/関数]]
 +
 
 +
[[Windows/powershell/クラス]]
  
 +
[[Windows/powershell/ini読込]]
  
version3以上の場合
+
[[Windows/powershell/eval]]
$ScriptDir = $PSScriptRoot
+
echo $ScriptDir
+
  
参考:https://www.vwnet.jp/Windows/PowerShell/pwd.htm
+
[[Windows/powershell/posh-git]]

2021年8月30日 (月) 20:49時点における最新版

Windows/powershell/インストール

Windows/powershell/コーディング規約

Windows/powershell/基本

Windows/powershell/文字列

Windows/powershell/ファイル文字

Windows/powershell/関数

Windows/powershell/クラス

Windows/powershell/ini読込

Windows/powershell/eval

Windows/powershell/posh-git