CRNG
2014-05-23 10:50:39 UTC
Hello,
I'm using TCC 9.02.151 on Windows XP and have a bunch of subdirs
that I would like to echo. Here are the subdirs I'm using as an
example:
.. <DIR> 5/23/14 5:43
2014-02-24 <DIR> 2/24/14 14:21
2014-03-16 <DIR> 3/16/14 8:09
2014-03-29 <DIR> 3/29/14 15:43
2014-04-03 <DIR> 4/03/14 12:36
2014-04-15 <DIR> 4/15/14 8:17
2014-04-24 <DIR> 4/24/14 13:24
2014-05-14 <DIR> 5/14/14 14:28
2014-05-18 <DIR> 5/18/14 9:33
I've tried
for %f in 2014* echo %f
for /a:d %f in 2014* echo %f
but neither work and I haven't a clue as to what to try next. Any
suggestions?
Thanks
I'm using TCC 9.02.151 on Windows XP and have a bunch of subdirs
that I would like to echo. Here are the subdirs I'm using as an
example:
.. <DIR> 5/23/14 5:43
2014-02-24 <DIR> 2/24/14 14:21
2014-03-16 <DIR> 3/16/14 8:09
2014-03-29 <DIR> 3/29/14 15:43
2014-04-03 <DIR> 4/03/14 12:36
2014-04-15 <DIR> 4/15/14 8:17
2014-04-24 <DIR> 4/24/14 13:24
2014-05-14 <DIR> 5/14/14 14:28
2014-05-18 <DIR> 5/18/14 9:33
I've tried
for %f in 2014* echo %f
for /a:d %f in 2014* echo %f
but neither work and I haven't a clue as to what to try next. Any
suggestions?
Thanks
--
Web based forums are like subscribing to 10 different newspapers
and having to visit 10 different news stands to pickup each one.
Email list-server groups and USENET are like having all of those
newspapers delivered to your door every morning.
Web based forums are like subscribing to 10 different newspapers
and having to visit 10 different news stands to pickup each one.
Email list-server groups and USENET are like having all of those
newspapers delivered to your door every morning.