View Full Version : re Make copy of list of files in a folder in Explorer
taurarian
December 5th 03, 12:29 AM
I don't know whether this will assist. What I did was
create a .bat file in notepad as such:-
DIR/ON/S>c:\"DOCUMENTS AND SETTINGS\name of user\MY
DOCUMENTS"\LISTING.TXT
Substituting "name of user" for the "user account name
being my name" "C" for the drive letter. Basically I am
just printing a directory listing and sending it to a
file. Then I copy the .Bat file into the folder I want and
double click it and it sends an editable list of the files
to Listing.txt in my documents folder which I can edit.
There are many ways to print out the list.
>-----Original Message-----
>Hi All..When in Explorer, I have a folder with a long
>list of files. I want to softcopy the list of files so I
>can edit it to make labels, etc.
>
>
>Anyone know of a tool to do this?
>Thanks for your time,
>Suzanne
>.
>
David Candy
December 5th 03, 12:30 AM
Your example won't work because your inverted commas are in the wrong =
place. You cut and pasted that path but forgot to move the inverted =
commas.
DIR/ON/S>"c:\DOCUMENTS AND SETTINGS\name of user\MY =
DOCUMENTS\LISTING.TXT"
Also this will work for any user.
DIR/ON/S>"%userprofile%\MY DOCUMENTS\LISTING.TXT"
Type set to get a listing of variables.
--=20
http://www.g2mil.com/Apr2003.htm
http://prorev.com/forbesrussia.htm
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
---------------------------------------------------------------
"taurarian" > wrote in message =
...
> I don't know whether this will assist. What I did was=20
> create a .bat file in notepad as such:-
> DIR/ON/S>c:\"DOCUMENTS AND SETTINGS\name of user\MY=20
> DOCUMENTS"\LISTING.TXT
>=20
> Substituting "name of user" for the "user account name=20
> being my name" "C" for the drive letter. Basically I am=20
> just printing a directory listing and sending it to a=20
> file. Then I copy the .Bat file into the folder I want and=20
> double click it and it sends an editable list of the files=20
> to Listing.txt in my documents folder which I can edit.
>=20
> There are many ways to print out the list.=20
>=20
> >-----Original Message-----
> >Hi All..When in Explorer, I have a folder with a long=20
> >list of files. I want to softcopy the list of files so I=20
> >can edit it to make labels, etc.
> >
> >
> >Anyone know of a tool to do this?
> >Thanks for your time,
> >Suzanne
> >.
> >
taurarian
December 5th 03, 12:31 AM
Thanks for the correction David, I did just cut and paste
my file.
>-----Original Message-----
>Your example won't work because your inverted commas are
in the wrong place. You cut and pasted that path but
forgot to move the inverted commas.
>
>DIR/ON/S>"c:\DOCUMENTS AND SETTINGS\name of user\MY
DOCUMENTS\LISTING.TXT"
>
>Also this will work for any user.
>
>DIR/ON/S>"%userprofile%\MY DOCUMENTS\LISTING.TXT"
>
>Type set to get a listing of variables.
>--
>http://www.g2mil.com/Apr2003.htm
>http://prorev.com/forbesrussia.htm
>----------------------------------------------------------
-----
>David Candy
>http://www.mvps.org/serenitymacros
>----------------------------------------------------------
-----
>"taurarian" > wrote in message
...
>> I don't know whether this will assist. What I did was
>> create a .bat file in notepad as such:-
>> DIR/ON/S>c:\"DOCUMENTS AND SETTINGS\name of user\MY
>> DOCUMENTS"\LISTING.TXT
>>
>> Substituting "name of user" for the "user account name
>> being my name" "C" for the drive letter. Basically I am
>> just printing a directory listing and sending it to a
>> file. Then I copy the .Bat file into the folder I want
and
>> double click it and it sends an editable list of the
files
>> to Listing.txt in my documents folder which I can edit.
>>
>> There are many ways to print out the list.
>>
>> >-----Original Message-----
>> >Hi All..When in Explorer, I have a folder with a long
>> >list of files. I want to softcopy the list of files
so I
>> >can edit it to make labels, etc.
>> >
>> >
>> >Anyone know of a tool to do this?
>> >Thanks for your time,
>> >Suzanne
>> >.
>> >
>
>.
>
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.