Advertisement
Guest User

Hallo Welt

a guest
Feb 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. wscript.echo "Hallo Welt"
  2. Set wshshell = WScript.CreateObject ("wscript.shell")
  3. wshshell.run "c:\Windows\system32\cmd.exe", 6, True
  4. set wshshell = nothing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement