Export File Names From File Explorer to Excel

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • 2 Ways to export file names to Excel.
    Powershell Command:
    Get-ChildItem "C:\Users\Public\Documents" | Select BaseName | Export-CSV -Path "C:\Users\Public\test.csv" -NoTypeInformation

Комментарии • 2

  • @dorienelleboog9459
    @dorienelleboog9459 17 дней назад

    Thanks! This helped me a lot!

  • @noahstelting
    @noahstelting  Год назад

    Please leave a comment if you have any questions or feedback about the video. Thanks for watching!