[question] Re: Problem with CMD and BAT
assoc .bat=batfile cossa .cmd=cmdfile
OK, done.
On the following registry keys:
HKEY_CLASSES_ROOT\cmdfile\shell\open\command HKLM\SOFTWARE\Classes\batfile\shell\open\command
verify that the Reg_Sz (default) value data is set to "%1" %*
verified, everything is ok. BTW, shell\runas is set to %SystemRoot%\System32\cmd.exe /C "%1" %*
But it llits does not work.
Any more ideas?
regards, Robert