Watch this example on YouTube
1. PowerShell File
$wshell = New-Object -ComObject Wscript.Shell$wshell.Popup("Hello World", 0, "Done", 0x1)
2. Bat file
No comments:
Post a Comment