file names to text

Locked
RLucky82
Posts: 149
Joined: Sat Dec 07, 2002 8:00 am

file names to text

Post by RLucky82 »

is there a way to copy a large batch of file names to text?


tia
Last edited by RLucky82 on Wed Apr 04, 2007 3:50 pm, edited 1 time in total.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

You might want to explain in greater detail what you are trying to do, because from what I can gather, all you need to do is right-click > rename > CTRL+C > CTRL+V in text editor. Surely you're not that much of a computer noob. :dork:
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
RLucky82
Posts: 149
Joined: Sat Dec 07, 2002 8:00 am

Post by RLucky82 »

OOps meant to say file names as in multiple files...


say for example I was to tell you all of the programs on my computer, instead of typing the names of them all, is there a way I could just copy the names of the content of the "program files" folder?
leilei
Posts: 145
Joined: Mon Mar 05, 2007 7:07 pm

Post by leilei »

cmd
cd\program files
dir

copy the output and paste into the desired editable text area.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

To expand on that a bit.

Open up a black command prompt window using Start -> Run -> enter 'cmd' -> Go

Change to the desired directory using CD e.g.:
cd \
cd program files

output the directory list to a file like so:
dir > c:\filenames.txt

Then close the command window and go look in c:\, there'll be a text file called filenames.txt which will contain the output of the dir command.
Sanction
Posts: 631
Joined: Fri Aug 31, 2001 7:00 am

Post by Sanction »

A variation on what Foo uses

If you're using XP, drag the folder from Windows Explorer into the command window and the folder name will auto populate.

dir /s [dragged folder] > c:\filenames.txt
RLucky82
Posts: 149
Joined: Sat Dec 07, 2002 8:00 am

Post by RLucky82 »

DOS hates me

I knew I should of paid more attention to that TRS 80 programming book I had... :icon32:

cool, got it to work, Thanks.
PieceMaker
Posts: 899
Joined: Tue Jan 25, 2005 4:43 pm

*Hmmmm+hmmm*

Post by PieceMaker »

I remember finding a program called PrintFolder.

Check-out http://no-nonsense-software.com/download.shtml

Look for the PrintFolder 1.3, it's freeware and only [547k]

Unless I'm understanding wrong that may help you out in the simplest
right-click way ;)

-----------------------below is the readme.txt from the PrintFolder 1.3

PrintFolder ver. 1.3
====================

PrintFolder is a simple utility to print a list of files and folders,
a feature missing in Windows Explorer.

Right-click on any folder in Windows Explorer and choose "PrintFolder"
in the pop-up menu, or select a folder with the browse button above.

PrintFolder is distributed as freeware.

If you want more features, like listing files in subfolders, take a
look at PrintFolder Pro.

You can download a FREE 30-day trial version from our website:

http://no-nonsense-software.com

You may also want to take a look at SuperCat, a powerful disk
cataloging utility for Windows. Finding files on hard drives can
be a nightmare, and finding files on removable disks such as
CD-ROMs and DVDs can be impossible. SuperCat lets you catalog
all your disks, so you'll never lose a file again.

LEGAL STUFF

This software is distributed as freeware, meaning you can use and
distribute it as you wish, provided that you do not charge anything
for doing so. You are not allowed to distribute this program as part
of a commercial product (including cover disks for magazines,
etc.), without a prior written permisson by No Nonsense Software.

DISCLAIMER
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT
WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY
OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR
IMPLIED. NO WARRANTY OF FITNESS FOR A PARTICULAR
PURPOSE IS OFFERED.

Copyright © 1998-2006 No Nonsense Software. All rights reserved.
Website: http://no-nonsense-software.com
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

FragaGeddon wrote:Rename Master
how do you do what he needed with that proggy? i don't see anything in the overview.
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

Got mixed up with the second post.
Locked