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