How can I run a CMD or .bat file in silent mode? I\'m looking to prevent the CMD interface from being shown to the user.
Another way of doing it, without 3rd party programs nor converters ("batch to exe" programs actually just put your batch file in the tmp folder and then run it silently so anyone can just fetch it from there an get your code) no vbs files (because nobody knows vbs) just one line at the beginning of the batch file.
@echo off > NUL