差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:powershell:variable [2020/05/29 13:36] – ともやん | windows:powershell:variable [2020/09/11 19:06] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | #mintbl td pre { | ||
| - | margin: 0; | ||
| - | } | ||
| - | #img_long { | ||
| - | height: 400px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== 環境変数 / 自動変数 / ユーザ定義変数 ====== | ====== 環境変数 / 自動変数 / ユーザ定義変数 ====== | ||
| 行 41: | 行 5: | ||
| <code powershell> | <code powershell> | ||
| $ Get-ChildItem env: | $ Get-ChildItem env: | ||
| + | </ | ||
| + | </ | ||
| + | Or\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ gci env: | ||
| </ | </ | ||
| </ | </ | ||
| 行 95: | 行 65: | ||
| WT_SESSION | WT_SESSION | ||
| </ | </ | ||
| + | </ | ||
| + | Or\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ echo $env: | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | <code powershell> | ||
| + | C: | ||
| + | </ | ||
| + | </ | ||
| ===== 自動変数 ===== | ===== 自動変数 ===== | ||
| 行 164: | 行 146: | ||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||
| [[https:// | [[https:// | ||
| + | [[http:// | ||
