I seen that one, on youtube last night and did it.
The schools security is shity, I even saw someone get into facebook.
When I have nothing (really nothing) to do I watched this...
@echo off
echo Choose drive... (ONLY THE LETTER)
SET /p d=
echo %date% %time% & echo %date% %time% >> tree.txt
echo. & echo. >> tree.txt
echo. & echo. >> tree.txt
TREE %d%:\ /F /A & TREE %d%:\ /F /A >> tree.txt
echo. & echo. >> tree.txt
echo. & echo. >> tree.txt
echo %date% %time% & echo %date% %time% >> tree.txt
pause
I don't know why...
tracertis a tracerouting program. It prints the nodes that are connecting you to some other host.
XX msis ping, not speed
Yeah. I noticed that, watching that a second time and he calls himself a next generation hacker.
Don't you see, its General which means off-topic. Why did you even post here? and its for Command Prompt.
Check architecture:
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
echo This is a 64 bit OS
) else (
echo This is a 32 bit OS
)
EDIT:
@boxmein I don't know anything about Powershell either, but for a decent terminal/scripting language on Windows, I tend to use Cygwin. Works well with programming too.