Updated Payload copy file to desktop (markdown)

This commit is contained in:
overwraith 2013-07-01 12:29:51 -07:00
parent f2459d2cf1
commit ab9a5b7c4d
1 changed files with 1 additions and 3 deletions

View File

@ -65,9 +65,7 @@ REM FROM: http://stackoverflow.com/questions/289498/running-batch-file-in-
background-when-windows-boots-up
STRING copy con invis.vbs
ENTER
STRING CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0,
False
STRING CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
ENTER
CONTROL Z
ENTER