Long story short. i just want to make a .bat file execute a command to open youtube "the internet is for porn" whenever my brother google searches "tits, porn, -blam!-" ect.
or detect if a word if typed. though i dont think thats possible.
-
For one program to interact with another you can do things like generate key presses or you might be able to use COM interaction if the browser supports it (or you may be able to add it in with an extension/component). You could also manipulate the browser itself within your own extension/add on. Regardless, any of these methods will require you to do some heavy programming which is far beyond a simple batch file.