View Single Post
  #4  
Old May 21st 09, 01:31 PM posted to microsoft.public.windowsme.general
AAH
External Usenet User
 
Posts: 139
Default Add Print DirectoryWindows Explorer

Mike
Thanks for your help.
I have sorted out now.
I was not using Windows Me Notepad.exe
but a freeware Winpad.exe one. I did not
realised that it makes a difference.

"Mike M" wrote in message
...
AAH,

All I can suggest is that you try again. I have just followed the
instructions set out in KB272623 on a Win Me system and now have "Print
Directory Listing" as a right list option on folders and it appears to be
working as intended.

Does the content of the text file "Prin.bat" exactly match that in

KB272623?
Did you use copy and paste to create Prin.bat, if not, do so.
Did you place the file "Prin.bat" in the C:\Windows folder? If not, you
must do this.
Do you see "Print Directory Listing" as a right click option when you

select
a folder?

Hopefully you will find that you made a simple typing error and that it

now
works. By the way KB272623 contains a small error. Step 5 should be as
follows:
5. Click "Advanced", and then click "New"
--
Mike Maltby



AAH wrote:

Q272623
WinMe
I am trying to add the print command to right-click menue
The batch files in that article is

@echo off
dir %1 /-p /o:gn "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit
Thr error message is

"Cannot open file and
System cannot find the path specified"

Any help is appreciated to get correct?