(Msg. 2) Posted: Wed May 20, 2009 4:05 pm
Post subject: Re: Add Print DirectoryWindows Explorer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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
mike.maltby DeleteThis @gmail.com
AAH <aah DeleteThis @chakcomnet.net> 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?
(Msg. 3) Posted: Thu May 21, 2009 5:05 am
Post subject: Re: Add Print DirectoryWindows Explorer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Wed, 20 May 2009 18:03:52 +0100, "AAH" <aah DeleteThis @chakcomnet.net> 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!)?
(Msg. 4) Posted: Thu May 21, 2009 11:05 am
Post subject: Re: Add Print DirectoryWindows Explorer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Noel
Thanks for your help.
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.
"Noel Paton" <noeldp/spamless/@crashfixpc.co.uk> wrote in message
news:l33a15pbfmuritb4epjsohjk86gk4ntqf9@4ax.com...
> On Wed, 20 May 2009 18:03:52 +0100, "AAH" <aah.DeleteThis@chakcomnet.net> 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!)?
(Msg. 5) Posted: Thu May 21, 2009 11:05 am
Post subject: Re: Add Print DirectoryWindows Explorer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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" <No_Spam.DeleteThis@Corned_Beef.Only> wrote in message
news:OZeDE#X2JHA.240@TK2MSFTNGP06.phx.gbl...
> 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
> mike.maltby.DeleteThis@gmail.com
>
>
> AAH <aah.DeleteThis@chakcomnet.net> 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?
>
(Msg. 6) Posted: Thu May 21, 2009 11:05 am
Post subject: Re: Add Print DirectoryWindows Explorer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
AAH,
I'm pleased to read that you've now got this working. I'm not really
certain why using Winpad should have caused you problems unless it saves
files in RTF or similar format by default rather than as plain ASCII..
Best wishes,
Mike M
AAH <aah RemoveThis @chakcomnet.net> wrote:
> 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.
(Msg. 7) Posted: Thu May 21, 2009 1:05 pm
Post subject: Re: Add Print DirectoryWindows Explorer [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Mike
The problem was that - C:\Windows\Notepad.exe - was
the renamed file from Win32pad.exe and so the bat file
was getting stuck. When I placed back the Windows
notepad.exe into Windows folder, it worked.
Thanks for your help.
"Mike M" <No_Spam.RemoveThis@Corned_Beef.Only> wrote in message
news:#f0VnEi2JHA.4368@TK2MSFTNGP05.phx.gbl...
> AAH,
>
> I'm pleased to read that you've now got this working. I'm not really
> certain why using Winpad should have caused you problems unless it saves
> files in RTF or similar format by default rather than as plain ASCII..
>
> Best wishes,
>
> Mike M
>
>
> AAH <aah.RemoveThis@chakcomnet.net> wrote:
>
> > 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.
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum