PDA

View Full Version : The Executioner???



ERROR_404
07-27-2001, 07:45 AM
I have 2 questions.Where to find new version of the executioner with some new entries.And:
Why in Win9X I need this REG entry to put DOS Prompt in Context Menu:
[HKEY_CLASSES_ROOT\Directory\shell\DOS Prompt\command]
@="command.com /k cd \"%1\""

and

in WinMe this:
[HKEY_CLASSES_ROOT\Directory\shell\DOS Prompt\command]
@="command.com /k cd \\\"%1\\\""

The difference between Win9X and WinMe are that Win9X have one line between "%1" and one after and WinMe have two lines more.I have another question in kernel32.dll have some entries like NeroCD95 that some times crash the system or make the BSD/Blue Screen of Death/ any tweak or help will welcome.


<font color=blue>Posted by</font color=blue>
<font color=red>ERROR_404</font color=red><font color=blue>İY2K1</font color=blue>

POBrien
07-28-2001, 02:35 AM
Hey Error,

I almost have version 1.4 completed with many many new options. Will have it out to ya in about a week.

I haven't studied your second ? yet. Maybe someone else has some insight.

RWSchlatter
07-28-2001, 03:23 PM
possible reason for the additional backslash (as backslash is escape character, two typed make one resulting) in WinMe:
the CD (change directory) command may operate slightly different in WinMe than before (true msdos has been dropped with this release!).
As CD is included when opening the DOS prompt at the right-click on a folder, it may need the backslash to indicate the current directory where the folder is in.

______________
Regards - Richard