I try to pass any listed parameters, the default ones, and I have seen on Process Explorer that they have passed, but in some way they are not passed to the batch file, very odd.
I have solved the issue circumvent it, now the parameters pass FROM the batch file in a custom file (using echo redirecting), so it needed me to create one different batch file for any notifications, and I have to parse the custom files to read the "message". A not so clean method, but it is the very only way that actually works, nowadays discovered by me.
If you have somewhat cleaner I will be more grateful, thanks!
Add comment