ファイル操作

New-Itemni新規のファイル/フォルダを作成
Remove-Itemrm/rmdir/del既存のファイル/フォルダを削除
Copy-Itemcopy/cp既存のファイル/フォルダをコピー
Move-Itemmove/mv既存のファイル/フォルダを移動

空のファイルを作る

 New-Item -type file 1.txt

ファイルに書き込む(新規)

 Add-Content 1.txt -Value "Hello"

ファイルを読む

 Get-Content 1.txt

参考

http://www.atmarkit.co.jp/fwin2k/win2ktips/1069psffolder/psffolder.html


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS