I have exe file called invis.exe
, which is a converted vbs to and exe with this content:
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
Using this I want to create invisible batch task with even new commands in (Click on batch - executes invis.exe cmd.exe "title Example"), so basically I just want to create batch which runs command in new invisible batch.
No comments:
Post a Comment