Re: Need advanced DIR list

Subject: Re: Need advanced DIR list
From: Chris Morton <salt -dot- morton -at- gmail -dot- com>
To: Andrew Harvie <withanie -at- gmail -dot- com>, "techwr-l -at- lists -dot- techwr-l -dot- com" <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Fri, 30 Oct 2015 10:29:19 -0400

Andrew Harvie wins!

Thanks... this is exactly what I was looking for.

This is his winning submission:

for /R %a in (*) do @echo %~fta >> "FileList.txt"

Sending a virtual pint of Belgian abbey-style ale to Andrew.

> Chris

On Thu, Oct 29, 2015 at 2:14 PM, Andrew Harvie <withanie -at- gmail -dot- com> wrote:

> Perhaps you're looking for something like this?
>
> for /R %a in (*) do @echo %~fta >> "FileList.txt"
>
>
> On Thu, Oct 29, 2015 at 12:34 PM, Chris Morton <salt -dot- morton -at- gmail -dot- com>
> wrote:
>
>> Hi All,
>>
>> On aWin7 box, I need to create a list of docs within a very extensive
>> folder\subfolder hierarchy.
>>
>> I need the subfolder location, filename and timestamp, but nothing else.
>>
>> At a CMD prompt, I know how to redirect a DIR /S to a TXT file.
>>
>> Can I maybe pipe the command through a FILTER on its way to the TXT file?
>>
>> Thanks
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> Visit TechWhirl for the latest on content technology, content strategy
>> and content development | http://techwhirl.com
>>
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> You are currently subscribed to TECHWR-L as withanie -at- gmail -dot- com -dot-
>>
>> To unsubscribe send a blank email to
>> techwr-l-leave -at- lists -dot- techwr-l -dot- com
>>
>>
>> Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
>> http://www.techwhirl.com/email-discussion-groups/ for more resources and
>> info.
>>
>> Looking for articles on Technical Communications? Head over to our
>> online magazine at http://techwhirl.com
>>
>> Looking for the archived Techwr-l email discussions? Search our public
>> email archives @ http://techwr-l.com/archives
>>
>
>
>
> --
>
> -- Andrew Harvie
>
>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Visit TechWhirl for the latest on content technology, content strategy and content development | http://techwhirl.com

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-leave -at- lists -dot- techwr-l -dot- com


Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwhirl.com/email-discussion-groups/ for more resources and info.

Looking for articles on Technical Communications? Head over to our online magazine at http://techwhirl.com

Looking for the archived Techwr-l email discussions? Search our public email archives @ http://techwr-l.com/archives


References:
Need advanced DIR list: From: Chris Morton
Re: Need advanced DIR list: From: Andrew Harvie

Previous by Author: Re: Need advanced DIR list
Next by Author: Re: Into the Frying Pan
Previous by Thread: Re: Need advanced DIR list
Next by Thread: Re: Need advanced DIR list


What this post helpful? Share it with friends and colleagues:


Sponsored Ads