[SOLVED] copying file names to text

anon125

Distinguished
Oct 31, 2013
90
0
18,630
We have hundreds of files.
We need a text record of them. Say in word.
Rather than..rename file, copy and paste to word one by one...
Is there a faster way?
We have a scanner
Thanks all.

Ps the watch this thread thing works
The recieve email notification did not!
 
Solution
The ampersand in your folder name, "M&R" is being interpreted as a concatenation in DOS. Command Prompt is trying to run two commands: "C:\Users\M" and "R\Desktop\Archaeology". Try preceding the ampersand with carat (shift+ 6), so your command looks like the following:

c:\users\m^&r\desktop\archaeology

-Wolf sends
There is some ways this is easilly achieved:
  • Holding down shift key while right-click on a file (works in W10, but not sure if it does for W7)
  • In many other OS (e.g. Linux) this is a matter of course.
  • Do Command prompt -> then copy the output. You may use tree or dir commands for this with appropriate options.

Or you can use some third party software, rather than the default file manager - those I tend to use:
  • Q-dir file explorer. A handy one if you work with many projects simoultaneously.
  • FileLocator Lite.
And probably many more
 
We have hundreds of files.
We need a text record of them. Say in word.
Rather than..rename file, copy and paste to word one by one...
Is there a faster way?
We have a scanner
Thanks all.
Tried dir/b/a:-d right arrow thing filenames.txt
Did not work
 
DLSct1Cl.png

probably operator error
thanks
 
The ampersand in your folder name, "M&R" is being interpreted as a concatenation in DOS. Command Prompt is trying to run two commands: "C:\Users\M" and "R\Desktop\Archaeology". Try preceding the ampersand with carat (shift+ 6), so your command looks like the following:

c:\users\m^&r\desktop\archaeology

-Wolf sends
 
Solution
i went to control panel, user account, useraccount,manage account.
changed M&R to GYM.
restarted the win 10.
command line still says M&R

i would kick it but it is new!
what now?
thanks
 
you mean a directory or folder? or zip file? a file don't have several files in it
well on the desktop are several folders all with avi files.
I key in the the letters etc on the command line. dont know how to paste to it.
How do i change the user name away from M&R to GYM?
what i tried see above, did not work
thanks
M&R is not the computer name so i assume it is the user name? has admin privileges.
 
Last edited: