Our November Competition
User Reviews - Add Yours!
The PCHF Lounge
Go Back   PC Help Forum » Tutorials » Windows Tutorials
Register for a Free Account

Windows Tutorials - To copy and paste/print text only? posted in the Tutorials forums; Hello, This has me stumped. I'm a DJ and I need to compile a list of my songs for customers to look through, but I'm unsure of how to copy ...


Reply
Free PC Performance Scan
Old 02-12-2009   #1
New Poster
 
Join Date: Feb 2009
Posts: 1
PC Experience: Some Experience
Default To copy and paste/print text only?

Hello, This has me stumped. I'm a DJ and I need to compile a list of my songs for customers to look through, but I'm unsure of how to copy and paste 'just the titles of the songs' into a word doc and print this out.
I have large files full of mp3's and wma's, but am unsure of how to just copy and paste the 'text only' part and get that to a workable format that I can print out and even create a small file containing only the names of the songs to email my customers.
ANY help would get me going in the right direction. Thank you.
p.s. I'm using an '03 or newer copy of windows XP with Microsoft office 2007.
maxbus is offline   Reply With Quote
Advertisement - Register to Remove

Old 02-12-2009   #2
Tech Member
 
Arctos's Avatar
 
Join Date: Sep 2006
Location: Bundaberg, Australia
Posts: 3,707
PC Experience: RTM Assoc. Dip.
Default Re: To copy and paste/print text only?

Use DirToText on your files, then paste it into Notepad for editing, then paste it into Word.

There's not an easier way of doing it I'm afraid...

DirToTxt. downloadsoftware4free.com. Download Free Software. Search shareware and freeware downloads.
Arctos is offline   Reply With Quote
Old 04-10-2009   #3
Tech Member
 
LPChip's Avatar
 
Join Date: Mar 2009
Posts: 196
PC Experience: PC Guru
Default Re: To copy and paste/print text only?

Actually, there is.

Here's a step by step tutorial, to get the information you desire.

Open a command prompt:
Press start->run->cmd

Navigate to the directory:
First choose the drive you want to navigate, like:
Code:
F:
Then navigate to the directory by using cd <insert name here>

so if you have your songs stored in F:\Music\2009, you would type:
Code:
cd Music\2009
, or
Code:
 
cd Music 
cd 2009
Execute one command
Now that you're in the directory, you want to create an export of all the files in this directory, right?

Type in the following command:
Code:
dir /b > files.txt
Explaination
if you run dir, it will show you all the files, with filesize and other handy information. If you use the /b option, it will only show you the filenames and path of all the files in that folder.

By adding > files.txt, it will put any output directly into the file called: files.txt.

Bonus information
By adding a /s as parameter, you can also make it include subdirectories.

Try typing dir /? in the command prompt to see its help, and read through what all the options do. By not adding the > files.txt you can test its output on the fly until you have the right parameters for what you want.

If you want to have a neat list of your directories in that same textfile (for example, you have folders by artistname and album, then try out the command tree.
Code:
Tree >> files.txt
Note how I use 2 >'s here.

> = create a new file that contains the output of the command before it.
>> = append to this file with the output of the command before it.
LPChip is offline   Reply With Quote

Reply

Bookmarks

Tags
copy, information, Information:, paste or print, text, [Information]

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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




All times are GMT. The time now is 01:02 PM.
Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2