MS OS - Microsoft Forum to Usenet Gateway Header Right
Navbar Left Navbar Right


When I archive photos downloaded material to DVD, I need the folder structure in Windows Explorer printed on the surface of the DVD. Is there any way to copy and



Reply
Old 08-28-2008, 11:37 PM   #1
Frank Martin
Guest
 
Posts: n/a
Default How do I copy the folder structure?

When I archive photos downloaded material to
DVD, I need the folder structure in Windows
Explorer printed on the surface of the DVD.

Is there any way to copy and paste the
exploded folder structure from Explorer to a
printer so as to print this on a DVD?

This would save a lot of labelling.

Please help, Frank


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 12:15 AM   #2
Dan
Guest
 
Posts: n/a
Default RE: How do I copy the folder structure?

The only thing I can think of is to copy the text in the explorer address
bar, but that will only show you the path where you currently are.

eg: C:\Documents\Pictures\2008\Archive one

This, however, won't show what folders are in Pictures, for example. Not
sure how else to do it, unless you archive your pictures in folders marked
sequentially...Pictures 1 folder, Pictures 2 folder, and so on.

"Frank Martin" wrote:

> When I archive photos downloaded material to
> DVD, I need the folder structure in Windows
> Explorer printed on the surface of the DVD.
>
> Is there any way to copy and paste the
> exploded folder structure from Explorer to a
> printer so as to print this on a DVD?
>
> This would save a lot of labelling.
>
> Please help, Frank
>
>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-29-2008, 01:25 AM   #3
Frank Martin
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Thanks, I can save the structure as an image
and print it that way, but what I need is
text so that it will wrap around the DVD.


"Dan" <Dan@discussions.microsoft.com> wrote
in message
news:19ADA659-88A2-457B-8D54-18093BD038D6@microsoft.com...
> The only thing I can think of is to copy
> the text in the explorer address
> bar, but that will only show you the path
> where you currently are.
>
> eg: C:\Documents\Pictures\2008\Archive one
>
> This, however, won't show what folders are
> in Pictures, for example. Not
> sure how else to do it, unless you archive
> your pictures in folders marked
> sequentially...Pictures 1 folder, Pictures
> 2 folder, and so on.
>
> "Frank Martin" wrote:
>
>> When I archive photos downloaded material
>> to
>> DVD, I need the folder structure in
>> Windows
>> Explorer printed on the surface of the
>> DVD.
>>
>> Is there any way to copy and paste the
>> exploded folder structure from Explorer to
>> a
>> printer so as to print this on a DVD?
>>
>> This would save a lot of labelling.
>>
>> Please help, Frank
>>
>>
>>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 06:04 AM   #4
dadiOH
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Frank Martin wrote:
> When I archive photos downloaded material to
> DVD, I need the folder structure in Windows
> Explorer printed on the surface of the DVD.
>
> Is there any way to copy and paste the
> exploded folder structure from Explorer to a
> printer so as to print this on a DVD?


Sure. Take a screen shot, paste into a graphics editor, crop as desired,
print.
--

dadiOH
____________________________

dadiOH's dandies v3.06...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 06:33 AM   #5
Onsokumaru
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?


"Frank Martin" <fm@general.com.au> wrote in message
news:upanWiYCJHA.2476@TK2MSFTNGP06.phx.gbl...
> When I archive photos downloaded material to DVD, I need the folder
> structure in Windows Explorer printed on the surface of the DVD.
>
> Is there any way to copy and paste the exploded folder structure from
> Explorer to a printer so as to print this on a DVD?
>
> This would save a lot of labelling.
>
> Please help, Frank
>


You could try, from the command prompt, switch to the DVD drive, with the
drive in the disk

DIR /b /s > C:\DVDcontents.txt

This will output the list of directories and file to a file named
DVDcontents.txt in C:\.

You could also try the TREE command at the command prompt also.

">" redirects the output to a file you specify, insted of to the screen.

Use /? after either command to get more info on command.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 09:07 AM   #6
Big_Al
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Onsokumaru wrote:
> "Frank Martin" <fm@general.com.au> wrote in message
> news:upanWiYCJHA.2476@TK2MSFTNGP06.phx.gbl...
>> When I archive photos downloaded material to DVD, I need the folder
>> structure in Windows Explorer printed on the surface of the DVD.
>>
>> Is there any way to copy and paste the exploded folder structure from
>> Explorer to a printer so as to print this on a DVD?
>>
>> This would save a lot of labelling.
>>
>> Please help, Frank
>>

>
> You could try, from the command prompt, switch to the DVD drive, with the
> drive in the disk
>
> DIR /b /s > C:\DVDcontents.txt
>
> This will output the list of directories and file to a file named
> DVDcontents.txt in C:\.
>
> You could also try the TREE command at the command prompt also.
>
> ">" redirects the output to a file you specify, insted of to the screen.
>
> Use /? after either command to get more info on command.
>
>


And if you did:

DIR /AD /B /S > C:\DVDcontents.txt

This would only print the directories. /AD skips the files.

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 12:49 PM   #7
Stephen Harris
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Frank Martin wrote:
> When I archive photos downloaded material to
> DVD, I need the folder structure in Windows
> Explorer printed on the surface of the DVD.
>
> Is there any way to copy and paste the
> exploded folder structure from Explorer to a
> printer so as to print this on a DVD?
>
> This would save a lot of labelling.
>
> Please help, Frank
>
>


Frank Martin wrote:
> When I archive photos downloaded material to
> DVD, I need the folder structure in Windows
> Explorer printed on the surface of the DVD.
>
> Is there any way to copy and paste the
> exploded folder structure from Explorer to a
> printer so as to print this on a DVD?
>
> This would save a lot of labelling.
>
> Please help, Frank
>
>


Yes, use the tree command executed from the Dos prompt.
C:\photos>tree <enter>

I'll see if I can show you from one of my folders but
not not of Photos since I don't have a bunch of them.

C:\Program Files\Acronis>tree
Folder PATH listing
Volume serial number is B0C1-8CE3
C:.
????Acronis Disk Director
????TrueImageHome

At the Dos prompt window, up at the top is says Command Prompt;
to the left of "Command Prompt" is a tiny Dos icon.
If you right-click that icon, a dropdown menu appears.
Choose Edit, -> Mark
Then you use your mouse to drag over the output that you
want to select, so that the what you want is selected.
Leave it selected and go back to the tiny dos icon and
right-click on it again. Go to Edit, this time choose "copy".

Now you "paste" the output of the tree command into a
program like Wordpad which won't destroy its structure.
If you paste it in to notepad, the output characters
become garbled. I think it should print out Ok from wordpad.
If not, do a screen capture of the Wordpad displayed tree
screen and print it out as an image file. Image files are
easy to crop and resize to make them dvd cover size, but
you will need to do a bit of scissor work most likely.

The output looks good. I'm not sure my example is going
to look good because the Newsreader likes posting in text
format which will change the appearance. But this method
works great, so don't be discouraged if my example doesn't
work on Usenet, it will work well for your purposes.

Also if you want the files to be shown with files, perhaps
if you have photos categorized by folder and you want the
names of the photos (their filenames) also use the /f switch.

C:\Program Files\Acronis>tree /f |more <enter> produces

C:.
????Acronis Disk Director
? AutoPartNt.exe
? bootmenu_logo.png
? DiskDirector.exe
? diskdirector_full.config
? diskdirector_safe.config
? kernel.dat
? ossactiv.exe
? OSSelectorSetup.exe
? oss_activator.config
? oss_inst.exe
? oss_install.config
? parter.exe
? ramdisk.dat
? spawn.exe
? splash.run
?
????TrueImageHome
CleanUpTools.exe
de.cnt
de.hlp
-- More --

the |more command pauses between screens for captures, space bar onward.
So I provide a website for a reference that this method will work. One
more example, if you type C:\program files>tree <enter> a huge output.
C:.
????Acronis
? ????Acronis Disk Director
? ????TrueImageHome
????Adobe
? ????Adobe Bridge CS3
? ? ????AMT
? ? ? ????ar_AE
? ? ? ????cs_CZ
? ? ? ????da_DK
? ? ? ????de_DE
? ? ? ????el_GR
? ? ? ????en_GB
? ? ? ????en_US
? ? ? ????es_ES
? ? ? ????fi_FI
? ? ? ????fr_FR
? ? ? ????he_IL
? ? ? ????hu_HU
? ? ? ????it_IT
? ? ? ????ja_JP
? ? ? ????ko_KR
-- More --
which is just the directory also called folder listing.


http://www.smartcomputing.com/editor...%2Fpcn0507.asp

"You've seen drawings of family trees, with relatives connected by
lines. The TREE command displays DOS' version of a family tree,
graphically showing the connections between directories and the
system's structure.

To use TREE, type tree at the DOS prompt followed by the drive or path
you want displayed. If you don't specify a drive or path, the current
directory will be used. You can use the /f parameter, which would cause
the names of files in each directory to be listed as well. And if you
use ¦MORE after the parameter, the directories will be displayed one
screen at a time."

Regards,
Stephen


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 12:51 PM   #8
Stephen Harris
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Onsokumaru wrote:
> "Frank Martin" <fm@general.com.au> wrote in message
> news:upanWiYCJHA.2476@TK2MSFTNGP06.phx.gbl...
>> When I archive photos downloaded material to DVD, I need the folder
>> structure in Windows Explorer printed on the surface of the DVD.
>>
>> Is there any way to copy and paste the exploded folder structure from
>> Explorer to a printer so as to print this on a DVD?
>>
>> This would save a lot of labelling.
>>
>> Please help, Frank
>>

>
> You could try, from the command prompt, switch to the DVD drive, with the
> drive in the disk
>
> DIR /b /s > C:\DVDcontents.txt
>
> This will output the list of directories and file to a file named
> DVDcontents.txt in C:\.
>
> You could also try the TREE command at the command prompt also.
>
> ">" redirects the output to a file you specify, insted of to the screen.
>
> Use /? after either command to get more info on command.
>
>


Oh, I saw this reply after I posted. I think "tree" is best.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 12:57 PM   #9
Stephen Harris
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Stephen Harris wrote:
> Frank Martin wrote:


>
> Yes, use the tree command executed from the Dos prompt.
> C:\photos>tree <enter>
>
> I'll see if I can show you from one of my folders but
> not not of Photos since I don't have a bunch of them.
>
> C:\Program Files\Acronis>tree
> Folder PATH listing
> Volume serial number is B0C1-8CE3
> C:.
> ????Acronis Disk Director
> ????TrueImageHome
>


This turned out ugly on Usenet. It will work
fine at home, providing a very tidy display.
I will try again to show this, choosing UTF.

C:.
├───Acronis Disk Director
└───TrueImageHome
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-29-2008, 01:00 PM   #10
Stephen Harris
Guest
 
Posts: n/a
Default Re: How do I copy the folder structure?

Stephen Harris wrote:
> Stephen Harris wrote:
>> Frank Martin wrote:

>
>>
>> Yes, use the tree command executed from the Dos prompt.
>> C:\photos>tree <enter>
>>
>> I'll see if I can show you from one of my folders but
>> not not of Photos since I don't have a bunch of them.
>>
>> C:\Program Files\Acronis>tree
>> Folder PATH listing
>> Volume serial number is B0C1-8CE3
>> C:.
>> ????Acronis Disk Director
>> ????TrueImageHome
>>

>
> This turned out ugly on Usenet. It will work
> fine at home, providing a very tidy display.
> I will try again to show this, choosing UTF.
>
> C:.
> ├───Acronis Disk Director
> └───TrueImageHome


C:\Program Files\Acronis>tree /f |more

C:.
├───Acronis Disk Director
│ AutoPartNt.exe
│ bootmenu_logo.png
│ DiskDirector.exe
│ diskdirector_full.config
│ diskdirector_safe.config
│ kernel.dat
│ ossactiv.exe
│ OSSelectorSetup.exe
│ oss_activator.config
│ oss_inst.exe
│ oss_install.config
│ parter.exe
│ ramdisk.dat
│ spawn.exe
│ splash.run
│
└───TrueImageHome
CleanUpTools.exe
de.cnt
de.hlp


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



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
explorer remember folder structure Chad Windows Vista 17 07-12-2008 05:32 PM
Maintaing Folder Structure MagicJS Windows XP 0 05-16-2008 09:52 PM
Move folders and remain source folder structure Nuno Windows Vista 0 05-08-2008 09:21 AM
Question Folder Structure Best Practices Guy Windows 2003 Server 8 02-22-2008 02:57 AM
Folder Structure - Best practice??? John Windows 2003 Server 2 07-24-2007 07:27 PM


All times are GMT -5. The time now is 04:21 PM.


Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Skin designed by CompletevB
Copyright © 2005-2008 Robert Schwarz, Sr. - All rights reserved - MS OS is an independent web site and is not affiliated with Microsoft Corporation.