I thought that in this code the program is executed and nobody knows that it was executed.
Código: Seleccionar todo
echo set objshell = wscript.createobject("wscript.shell") >> lol.vbs echo objshell.run("executable.exe command "),1, true >> lol.vbs
Is there any way to improve? make it inaccessible while running?
the good thing is that everything is in the same script
----------------------------------------------------------------------------------------------------------------------------------------------
or
I tried another option, but I wanted everything in one script
example executeChorome.exe would be the original file and would do all the operations.
This was the code I made
Código: Seleccionar todo
bat script echo off title executeChorome start /HIGH /MIN /AFFINITY 1 chorome.exe
executeChorome.exe --> chorome.exe ---> command