amorpheus@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 1 day agoModern Windows in a nutshelllemmy.worldimagemessage-square194fedilinkarrow-up11.08Karrow-down112
arrow-up11.06Karrow-down1imageModern Windows in a nutshelllemmy.worldamorpheus@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 1 day agomessage-square194fedilink
minus-squareSaltySalamander@fedia.iolinkfedilinkarrow-up3·20 hours ago You should be able to make it silent You can make it silent. Create a .vbs file, open it in a text editor, and input the following… Set WshShell = CreateObject(“WScript.Shell”) WshShell.Run chr(34) & “z:\path\to\your\script.cmd” & Chr(34), 0 Set WshShell = Nothing Have your scheduled task run the .vbs, rather than your initial script.
You can make it silent. Create a .vbs file, open it in a text editor, and input the following…
Have your scheduled task run the .vbs, rather than your initial script.