XP File problem

  • Thread starter Thread starter John Bannon
  • Start date Start date
J

John Bannon

I recently created a small batch file that enabled me to
print directories when in Windows Explorer. However two
problems have arisen apparently because of the batch file
(a) When clicking on folder which normally opens that
folder one is presented with the "search" screen and (b)
there seems to be no way to remove the batch file from
wherever it has gone in the registry.

Can anyone tell me how to remove the batch file? - I have
searched the registry and used a good registry healer
having removed the batch file from the System file but
still the two problems endure.

Cheers
 
Your batch file did not cause the problem. The dialog you used to add to the
menu did, it's a bug in the dialog. Put your batch file back and set it all
up again. Then to repair the bug type in Start Run

regsvr32 /i shell32
 
David told you the easiest procedure. Here are more:

Solution 1:

Type in Start Run
regsvr32 /i shell32

Solution 2:

http://support.microsoft.com/?kbid=321186

Solution 3:

Fix available at:
http://www.kellys-korner-xp.com/regs_edits/folder_open.vbs

Solution 4:

1. Open Windows Explorer
2. Tools | Folder Options | File Types
3. Select "Folder" under the FileTypes listing
4. Click "Advanced". Select the entry "open"
5. Click "Set Default" and click OK

--
Regards,
Ramesh
AOL: SRamesh2k

«·´`·.(*·.¸(`·.¸ ¸.·´)¸.·*).·´`·»
«.............. Ramesh ...............»
«·´`·.(¸.·´(¸.·* *·.¸)`·.¸).·´`·»

~ Please reply to newsgroup ~


I recently created a small batch file that enabled me to
print directories when in Windows Explorer. However two
problems have arisen apparently because of the batch file
(a) When clicking on folder which normally opens that
folder one is presented with the "search" screen and (b)
there seems to be no way to remove the batch file from
wherever it has gone in the registry.

Can anyone tell me how to remove the batch file? - I have
searched the registry and used a good registry healer
having removed the batch file from the System file but
still the two problems endure.

Cheers
 

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

Back
Top