View Single Post
  #1  
Old May 20th 09, 06:03 PM posted to microsoft.public.windowsme.general
AAH
External Usenet User
 
Posts: 139
Default Add Print DirectoryWindows Explorer

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?