T
Tim Meddick
Copy and paste the following into a text file using notepad, then name
or rename this file with a .bat extension.
(*Tip - In Notepad, if you type the name surrounded by double "quotes"
e.g. "Filename.ext" into the 'Save as...' box, it will save the file as
Filename.ext and not as Filename.ext.txt)
Then place your DirIt.bat file into your 'SendTo' folder, when you send
a folder to this file it will automatically produce a file list for that
folder for you...
------------------- copy between lines -------------------
@echo off
DIR /B %1 > MYLIST.TXT
start /b NOTEPAD MYLIST.TXT
exit
------------------- copy between lines -------------------
==
Cheers, Tim Meddick, Peckham, London.
"Richard Z" wrote in message
news:uR3l$FZ$JHA.2824@TK2MSFTNGP03.phx.gbl...
>I want to make a list of all my files in a folder. Ideally I'd like to
>have a program be able to read the files within a folder so I don't
>have to open up folder after folder but maybe I'm getting ahead of
>myself here. I can right click a file, Rename, Copy and Paste that
>into a document and it will show up perfectly. The problem is I can't
>seem to do that with more than 1 file at a time. I just want the name
>of the file on a list.
or rename this file with a .bat extension.
(*Tip - In Notepad, if you type the name surrounded by double "quotes"
e.g. "Filename.ext" into the 'Save as...' box, it will save the file as
Filename.ext and not as Filename.ext.txt)
Then place your DirIt.bat file into your 'SendTo' folder, when you send
a folder to this file it will automatically produce a file list for that
folder for you...
------------------- copy between lines -------------------
@echo off
DIR /B %1 > MYLIST.TXT
start /b NOTEPAD MYLIST.TXT
exit
------------------- copy between lines -------------------
==
Cheers, Tim Meddick, Peckham, London.
"Richard Z" wrote in message
news:uR3l$FZ$JHA.2824@TK2MSFTNGP03.phx.gbl...
>I want to make a list of all my files in a folder. Ideally I'd like to
>have a program be able to read the files within a folder so I don't
>have to open up folder after folder but maybe I'm getting ahead of
>myself here. I can right click a file, Rename, Copy and Paste that
>into a document and it will show up perfectly. The problem is I can't
>seem to do that with more than 1 file at a time. I just want the name
>of the file on a list.