how do I add a folder option when right clicking a folder?

N

niteowl

I'm new to win2k, in win98 to add a folder item I could go into Folder
Options, click on Folder and add a NEW item, refer to the batch file I
wanted and that was it.... but I can't find how to add an item in win2000..

What I'm trying to do is add an option when right clicking on a folder
that will print the contents of the folder to a file... the batch file
is simple, just reads:

dir /a > foldlist.txt (full info)

dir /b > foldlist.txt (give me names only)

dir /b > foldlist.m3u (gives me playlists for my mp3's)


thanks for any help,

niteowl
--

"You can't change the surf,
but you can learn to ride the waves!"

% %
(@)(@)
() V ()
((( )))
(((( ))))
((( )))
--#---#--
NITEOWL
 
K

Kirioss

niteowl said:
I'm new to win2k, in win98 to add a folder item I could go into Folder
Options, click on Folder and add a NEW item, refer to the batch file I
wanted and that was it.... but I can't find how to add an item in win2000..

What I'm trying to do is add an option when right clicking on a folder
that will print the contents of the folder to a file... the batch file
is simple, just reads:

dir /a > foldlist.txt (full info)

dir /b > foldlist.txt (give me names only)

dir /b > foldlist.m3u (gives me playlists for my mp3's)


thanks for any help,

niteowl

Hi,

Here is what I did for my computer. Be inspired...

[HKEY_CLASSES_ROOT\Folder\shell\Open Cmd Here\Command]
@="cmd /k cd %L"

--
________________________________
Nicolas

"This behavior is by design" (Microsoft)
________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top