I\'m writing a PowerShell script to make several directories and copy a bunch of files together to \"compile\" some technical documentation. I\'d like to generate a manifest of
The best and clear way for me is:
PS P:\> Start-Transcript -path C:\structure.txt -Append PS P:\> tree c:\test /F PS P:\> Stop-Transcript