prefetch a2b83deba01131e4dee808957818442f6b6d50a6 sha1:a2b83deba01131e4dee808957818442f6b6d50a6 size:72 http://XXXXXXXXXXXXXXXX:52311/Uploads/a2b83deba01131e4dee808957818442f6b6d50a6/md.bat.tmp sha256:cd9784ce9371e7a216227806f6d82b560fc4d539b9fbe0c529822c36c50e38db
extract a2b83deba01131e4dee808957818442f6b6d50a6
prefetch RunAsCurrentUser.exe sha1:ee47505ebfb2790b9da8a20ed70e67158e9753d0 size:342528 http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.3.1.exe sha256:1a9b518c775e2a85a7c47801e9b8221df338a65ad8df326485e4cd2aea22fe52
utility __Download\RunAsCurrentUser.exe
parameter "filepath" = "c:\aaaaa\bb\cc\dd"
parameter "filename" = "md.bat"
if {not exists folder (parameter "filepath")}
waithidden cmd.exe /c md {parameter "filepath"}
endif
waithidden cmd.exe /c copy /y __download\"{parameter "filename"}" "{parameter "filepath"}"
delete __createfile
delete run.bat
createfile until _end_
@ECHO OFF
cd "{parameter "filepath"}"
call "{parameter "filename"}"
_end_
move __createfile run.bat
waithidden __Download\RunAsCurrentUser.exe --w cmd.exe /c run.bat
The content of the md. bat: md 2016,
But found that did not run md.bat.
Where is the script is there something wrong
Call the meaning of the bat is inside the bat
thanks