nedah
02-13-2003, 07:53 AM
I apologise if I have posted this question in the wrong forum but it seemed to me to be a programming matter. If it is more appropriate for one of the now closed forums I shall understand if my query is not accepted.
I have a large number of CDs, each of which holds many folders which in turn hold a number of files. To make it easier to find a particular folder/file I thought I would print a list which I could quickly look through and perhaps eventually scan into a database.
Looking for a way to print such a list (my O/S is Windows XP Home Edition) I found a post by mjc which put me on to MS KB 321379. I followed that procedure to set up printdir.bat, and add to the folder options, without any problem and can now easily print a list of contents of a folder.
However I was still looking for a method to print out a list of folders/files in the root directory of a drive. Eventually I managed to sort out a procedure for this task but I do not know how to set up this procedure so that it can be activated from a short-cut on the desktop or a keyboard shortcut.
Is there a simple method (I have no programming knowledge) of setting up a short-cut?
My CD drive is E and the procedure I am currently using is:-
1. Go to START\PROGRAMS\ACCESSORIES
2. Click COMMAND PROMPT
3. C:\Documents and Settings\Owner>cd C:\ ENTER
4. C:\>E: ENTER
5. E:\>printdir.bat ENTER
(The list should now be printed )
6. E:\>exit ENTER
I shall be grateful for any advice.
I have a large number of CDs, each of which holds many folders which in turn hold a number of files. To make it easier to find a particular folder/file I thought I would print a list which I could quickly look through and perhaps eventually scan into a database.
Looking for a way to print such a list (my O/S is Windows XP Home Edition) I found a post by mjc which put me on to MS KB 321379. I followed that procedure to set up printdir.bat, and add to the folder options, without any problem and can now easily print a list of contents of a folder.
However I was still looking for a method to print out a list of folders/files in the root directory of a drive. Eventually I managed to sort out a procedure for this task but I do not know how to set up this procedure so that it can be activated from a short-cut on the desktop or a keyboard shortcut.
Is there a simple method (I have no programming knowledge) of setting up a short-cut?
My CD drive is E and the procedure I am currently using is:-
1. Go to START\PROGRAMS\ACCESSORIES
2. Click COMMAND PROMPT
3. C:\Documents and Settings\Owner>cd C:\ ENTER
4. C:\>E: ENTER
5. E:\>printdir.bat ENTER
(The list should now be printed )
6. E:\>exit ENTER
I shall be grateful for any advice.