View Single Post
  #3  
Old May 21st 09, 09:20 AM posted to microsoft.public.windowsme.general
Noel Paton[_4_]
External Usenet User
 
Posts: 15
Default Add Print DirectoryWindows Explorer

On Wed, 20 May 2009 18:03:52 +0100, "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?

Where are you getting the error messages? - at the point where you
right-click, or during the printing session?
(it works fine here)
Are you sure that you saved the Prin.BAT file to the Windows folder
(NOT the System or System 32 folders!)?