Solved How to Copy-As-Path to include Subfolders & files?

jarhtmd

New member
Local time
11:38 PM
Messages
17
Location
Maryland, USA
is there a way to "expand" on the Copy-as-path idea to also copy the paths of all subfolders & files? I don't mean to actually change Copy-as-path itself, but accomplish the task of copying the paths of all subordinate items.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64bit
OS
Windows 7 Home Premium 64bit
I've found a solution.

Start/cmd

navigate to "top" folder

dir /b /s >filename.txt puts output in filename.txt
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64bit
OS
Windows 7 Home Premium 64bit
Back
Top