Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 04-27-2007, 03:45 PM
JamesJ
Newsgroup Contributor
 
Posts: n/a
Saving Folder Contents as Text

How does one save the contents of a folder (files names and folder names) as
text that I can paste into a text file. I don't want it in rich text.

Thanks,
James
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 04-27-2007, 03:45 PM
  #2 (permalink)  
Old 04-27-2007, 05:15 PM
katy
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

You could open the folder so all file names are showing that you'd like to
take a picture of;
go to Start/Programs/Accessories/Snipping Tool. Choose New dropdown arrow,
choose Window Snip. This creates a window printscreen (like XP would do with
the Prt Sc button).
Then can save that snipped window as image file.
This isn't a rich text format but it is an image file, if that works for
you........katy

"JamesJ" <jjy@Darwin_adelphia.net> wrote in message
news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=blue]
> How does one save the contents of a folder (files names and folder names)
> as
> text that I can paste into a text file. I don't want it in rich text.
>
> Thanks,
> James[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-27-2007, 05:30 PM
JamesJ
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

I need to list the contents of a folder to a text file without having to
type every file name.

James

"katy" <fairytale_4********.com> wrote in message
news:34FCFA0E-2C98-4662-A8D2-96E3A693D0F3@microsoft.com...[color=blue]
> You could open the folder so all file names are showing that you'd like to
> take a picture of;
> go to Start/Programs/Accessories/Snipping Tool. Choose New dropdown arrow,
> choose Window Snip. This creates a window printscreen (like XP would do
> with the Prt Sc button).
> Then can save that snipped window as image file.
> This isn't a rich text format but it is an image file, if that works for
> you........katy
>
> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=green]
>> How does one save the contents of a folder (files names and folder names)
>> as
>> text that I can paste into a text file. I don't want it in rich text.
>>
>> Thanks,
>> James[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-27-2007, 06:45 PM
katy
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

I wonder if Command Prompt would help you here
(Start/Programs/Accessories/Command Prompt) I don't know how to change the
prompt to the folder needed but maybe there is a way in
Start/Programs/Accessories/Command Prompt to change directory to the folder
you want to copy the names of the files in, then 'edit' to select the files
in that folder. Then 'copy'. Then go to Start/Programs/Accessories/Notepad
and 'paste' into Notepad.
I cannot seem to get the command right to get to say my Documents folders to
try it but maybe you or someone else knows.
At least in Command Prompt, the file name would be in text format. I'm just
not sure if it would show the whole file name since it's in DOS format.
katy

"JamesJ" <jjy@Darwin_adelphia.net> wrote in message
news:%23V2ATsSiHHA.492@TK2MSFTNGP04.phx.gbl...[color=blue]
>I need to list the contents of a folder to a text file without having to
> type every file name.
>
> James
>
> "katy" <fairytale_4********.com> wrote in message
> news:34FCFA0E-2C98-4662-A8D2-96E3A693D0F3@microsoft.com...[color=green]
>> You could open the folder so all file names are showing that you'd like
>> to take a picture of;
>> go to Start/Programs/Accessories/Snipping Tool. Choose New dropdown
>> arrow, choose Window Snip. This creates a window printscreen (like XP
>> would do with the Prt Sc button).
>> Then can save that snipped window as image file.
>> This isn't a rich text format but it is an image file, if that works for
>> you........katy
>>
>> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
>> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=darkred]
>>> How does one save the contents of a folder (files names and folder
>>> names) as
>>> text that I can paste into a text file. I don't want it in rich text.
>>>
>>> Thanks,
>>> James[/color]
>>[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 04-27-2007, 07:45 PM
Ronnie Vernon MVP
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

James

Open Windows Explorer and locate the folder that you want a to save a list
of files. Hold down the SHIFT key, right click the folder, and select the
Command Prompt item.

In the command prompt, type the following command.

dir > filename.txt

Press ENTER.

(Make sure the command includes the spaces)

This will create and place a text file in that folder called filename.txt
with a list of all the files in the folder.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"JamesJ" <jjy@Darwin_adelphia.net> wrote in message
news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=blue]
> How does one save the contents of a folder (files names and folder names)
> as
> text that I can paste into a text file. I don't want it in rich text.
>
> Thanks,
> James[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 04-28-2007, 02:15 AM
Guy Thomas
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

Perhaps I have missed the point, but would good old dir work?
If so you could output to a textfile with the pipe symbol, >

Start Orb | cmd
cd yourdirectory

Dir > James.txt

Optionally follow up with
type James.txt

Guy

"JamesJ" <jjy@Darwin_adelphia.net> wrote in message
news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=blue]
> How does one save the contents of a folder (files names and folder names)
> as
> text that I can paste into a text file. I don't want it in rich text.
>
> Thanks,
> James[/color]


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 04-28-2007, 03:00 AM
JamesJ
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

Ever try to navigate to a folder from a command prompt in Vista?
The folder is buried so deep.

James

"Guy Thomas" <guy@computerperformance.co.uk> wrote in message
news:u5WE9NXiHHA.4132@TK2MSFTNGP05.phx.gbl...[color=blue]
> Perhaps I have missed the point, but would good old dir work?
> If so you could output to a textfile with the pipe symbol, >
>
> Start Orb | cmd
> cd yourdirectory
>
> Dir > James.txt
>
> Optionally follow up with
> type James.txt
>
> Guy
>
> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=green]
>> How does one save the contents of a folder (files names and folder names)
>> as
>> text that I can paste into a text file. I don't want it in rich text.
>>
>> Thanks,
>> James[/color]
>
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 04-28-2007, 03:00 AM
JamesJ
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

I do not see a selection for Command Prompt when holding down the
SHIFT key and right clicking the folder.

James

"Ronnie Vernon MVP" <rv@invalid.org> wrote in message
news:D00965F6-787A-4CA9-9E9A-CC0CC1563704@microsoft.com...[color=blue]
> James
>
> Open Windows Explorer and locate the folder that you want a to save a list
> of files. Hold down the SHIFT key, right click the folder, and select the
> Command Prompt item.
>
> In the command prompt, type the following command.
>
> dir > filename.txt
>
> Press ENTER.
>
> (Make sure the command includes the spaces)
>
> This will create and place a text file in that folder called filename.txt
> with a list of all the files in the folder.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=green]
>> How does one save the contents of a folder (files names and folder names)
>> as
>> text that I can paste into a text file. I don't want it in rich text.
>>
>> Thanks,
>> James[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 04-28-2007, 03:00 AM
JamesJ
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

I was able to use the command prompt and get the listing
for the folder. Although it took me a while to navigate there.
No spell check in cmd.

Thanks to all for the help
James

"Ronnie Vernon MVP" <rv@invalid.org> wrote in message
news:D00965F6-787A-4CA9-9E9A-CC0CC1563704@microsoft.com...[color=blue]
> James
>
> Open Windows Explorer and locate the folder that you want a to save a list
> of files. Hold down the SHIFT key, right click the folder, and select the
> Command Prompt item.
>
> In the command prompt, type the following command.
>
> dir > filename.txt
>
> Press ENTER.
>
> (Make sure the command includes the spaces)
>
> This will create and place a text file in that folder called filename.txt
> with a list of all the files in the folder.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=green]
>> How does one save the contents of a folder (files names and folder names)
>> as
>> text that I can paste into a text file. I don't want it in rich text.
>>
>> Thanks,
>> James[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 04-28-2007, 09:45 AM
Ronnie Vernon MVP
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

It's actually very easy, even when you need to get to a folder that is many
levels deep.

Open Windows Explorer and navigate to the folder you need to use. Select the
folder and then click an empty spot in the address bar. This will reveal the
path to the target folder. Select the part of the path you want to use in
the command prompt and right click Copy.

Open the command prompt and type cd\ and then right click Paste the
path to the folder. Press enter and you are there. :)

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"JamesJ" <jjy@Darwin_adelphia.net> wrote in message
news:u%23ITanXiHHA.3452@TK2MSFTNGP04.phx.gbl...[color=blue]
> Ever try to navigate to a folder from a command prompt in Vista?
> The folder is buried so deep.
>
> James
>
> "Guy Thomas" <guy@computerperformance.co.uk> wrote in message
> news:u5WE9NXiHHA.4132@TK2MSFTNGP05.phx.gbl...[color=green]
>> Perhaps I have missed the point, but would good old dir work?
>> If so you could output to a textfile with the pipe symbol, >
>>
>> Start Orb | cmd
>> cd yourdirectory
>>
>> Dir > James.txt
>>
>> Optionally follow up with
>> type James.txt
>>
>> Guy
>>
>> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
>> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...[color=darkred]
>>> How does one save the contents of a folder (files names and folder
>>> names) as
>>> text that I can paste into a text file. I don't want it in rich text.
>>>
>>> Thanks,
>>> James[/color]
>>
>>[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 04-28-2007, 01:30 PM
JamesJ
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

Never thought of that. Great.

James

"Ronnie Vernon MVP" <rv@invalid.org> wrote in message
news:AE5F67B4-E882-4F4F-8EE2-A89DE273D266@microsoft.com...[color=blue]
> It's actually very easy, even when you need to get to a folder that is
> many levels deep.
>
> Open Windows Explorer and navigate to the folder you need to use. Select
> the folder and then click an empty spot in the address bar. This will
> reveal the path to the target folder. Select the part of the path you want
> to use in the command prompt and right click Copy.
>
> Open the command prompt and type cd\ and then right click Paste
> the path to the folder. Press enter and you are there. :)
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
> news:u%23ITanXiHHA.3452@TK2MSFTNGP04.phx.gbl...[color=green]
>> Ever try to navigate to a folder from a command prompt in Vista?
>> The folder is buried so deep.
>>
>> James
>>
>> "Guy Thomas" <guy@computerperformance.co.uk> wrote in message
>> news:u5WE9NXiHHA.4132@TK2MSFTNGP05.phx.gbl...[color=darkred]
>>> Perhaps I have missed the point, but would good old dir work?
>>> If so you could output to a textfile with the pipe symbol, >
>>>
>>> Start Orb | cmd
>>> cd yourdirectory
>>>
>>> Dir > James.txt
>>>
>>> Optionally follow up with
>>> type James.txt
>>>
>>> Guy
>>>
>>> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
>>> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...
>>>> How does one save the contents of a folder (files names and folder
>>>> names) as
>>>> text that I can paste into a text file. I don't want it in rich text.
>>>>
>>>> Thanks,
>>>> James
>>>
>>>[/color]
>>[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 04-28-2007, 03:30 PM
Ronnie Vernon MVP
Newsgroup Contributor
 
Posts: n/a
Re: Saving Folder Contents as Text

James

Glad this helped, enjoy.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"JamesJ" <jjy@Darwin_adelphia.net> wrote in message
news:ujd%23gGdiHHA.872@TK2MSFTNGP03.phx.gbl...[color=blue]
> Never thought of that. Great.
>
> James
>
> "Ronnie Vernon MVP" <rv@invalid.org> wrote in message
> news:AE5F67B4-E882-4F4F-8EE2-A89DE273D266@microsoft.com...[color=green]
>> It's actually very easy, even when you need to get to a folder that is
>> many levels deep.
>>
>> Open Windows Explorer and navigate to the folder you need to use. Select
>> the folder and then click an empty spot in the address bar. This will
>> reveal the path to the target folder. Select the part of the path you
>> want to use in the command prompt and right click Copy.
>>
>> Open the command prompt and type cd\ and then right click Paste the
>> path to the folder. Press enter and you are there. :)
>>
>> --
>>
>> Ronnie Vernon
>> Microsoft MVP
>> Windows Shell/User
>>
>>
>> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
>> news:u%23ITanXiHHA.3452@TK2MSFTNGP04.phx.gbl...[color=darkred]
>>> Ever try to navigate to a folder from a command prompt in Vista?
>>> The folder is buried so deep.
>>>
>>> James
>>>
>>> "Guy Thomas" <guy@computerperformance.co.uk> wrote in message
>>> news:u5WE9NXiHHA.4132@TK2MSFTNGP05.phx.gbl...
>>>> Perhaps I have missed the point, but would good old dir work?
>>>> If so you could output to a textfile with the pipe symbol, >
>>>>
>>>> Start Orb | cmd
>>>> cd yourdirectory
>>>>
>>>> Dir > James.txt
>>>>
>>>> Optionally follow up with
>>>> type James.txt
>>>>
>>>> Guy
>>>>
>>>> "JamesJ" <jjy@Darwin_adelphia.net> wrote in message
>>>> news:OuLG$yRiHHA.1388@TK2MSFTNGP05.phx.gbl...
>>>>> How does one save the contents of a folder (files names and folder
>>>>> names) as
>>>>> text that I can paste into a text file. I don't want it in rich text.
>>>>>
>>>>> Thanks,
>>>>> James
>>>>
>>>>
>>>[/color]
>>[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving Complete Program and its Contents for Reinstallation RoyRogers Windows XP 2 05-29-2008 05:10 PM
Saving all contents Wordmonk Microsoft OneNote 4 01-06-2008 12:11 PM
Saving all contents Wordmonk Microsoft OneNote 1 01-05-2008 10:23 PM
How to Hyperlink table of contents lines to real paragraphs in text ? Goran Ivanic Microsoft Office 3 01-15-2007 11:25 AM
I quessed that the All User folder contents would show in each user's folder. Franky Windows XP 3 01-04-2007 06:44 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 12:55 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0