PowerShell foreach ($item in gc unidades.txt) { New-PSDrive -Name "Etiqueta" -PSProvider FileSystem -Root $item -Persist }