Remove from PATH & generate EXE
Hi,
I'm bothered that remove a string from system environment PATH. I have to consider many cases that where the string was put in the PATH, like:
%PATH%;string
%PATH%;string;%PATH%
string;%PATH%
or just, string in the PATH
how do I remove the string from the path effectively
Secondly, is there anyway that I can generate a execution file that can execute applications and open IE with specific URL?
THANKS FOR ANY HELP