PowerShell, Sistema de archivos PowerShell $bytes = [System.IO.File]::ReadAllBytes('F:\power\dibujos\1.bmp') foreach($off in $bytes) { Write-Host $off } 123456 $bytes = [System.IO.File]::ReadAllBytes('F:\power\dibujos\1.bmp') foreach($off in $bytes){Write-Host $off}