Hi, I'm using the code below which is showing me a wscript window in which the command is performed... Can I make this command completely invisible Would be awesome! Thanks!
Dim retval As Double
retval = Shell("schtasks /run /tn.....blabla", 1)
Visual Studio Express Editions42
|