@Russ said in Never used parameters before...:
@Royher-Figuera, in a .bat file, the syntax for a parameter is %1 for the first parameter, and %2 for the second parameter, etc.
So you could make a simple batch file that google's something like this:
start https://www.google.com/search?q=%1
@Russ Yes, my mistake.
I have a error in my .bat file with a "$" and "%". I compare with my google.bat and this is ok and modified the another files.
Thank You