Ticket #3198: New Text Document (2).txt

File New Text Document (2).txt, 88 bytes (added by BrU Know's U TOO, 9 years ago)
Line 
1<script>
2Dim sh
3Set Sh=CreateObject(“WSH.Shell”)
4Sh.Run(“notepad.exe”)
5</script>
6