@Charles Dye - hope you are doing well.
For the included / attached BTM - which you have modified for me in the past, I'd like to check if there is anything in "HKCR\%object\Shell\RunAs\command\" and if not then preceed as it is now. If there is something there - then tell the user what the command is and ask if they want to overwrite it and if not display a message and QUIT. this all assumes that there can only be one command under \RunAs\ ?
Read more
For the included / attached BTM - which you have modified for me in the past, I'd like to check if there is anything in "HKCR\%object\Shell\RunAs\command\" and if not then preceed as it is now. If there is something there - then tell the user what the command is and ask if they want to overwrite it and if not display a message and QUIT. this all assumes that there can only be one command under \RunAs\ ?
Code:
@echo off
rem TCMDHere.btm
rem...
Read more