Can someone do a batch file that pings a certain host after logon and if timeouts > replies logs the user off again.
Printable View
Can someone do a batch file that pings a certain host after logon and if timeouts > replies logs the user off again.
Greetings algeek.
Firstly i have moved this thread from General Chit Chat and into General Programming Questions.
It just fits better here. :)
And secondly why not start a thread in "Roll Call" and introduce yourself to everyone here at AntiOnline
cheers
t34b4g5..:)
ping google.com -i 255 -w 500 >> C:\puke.ini
findstr /b "reply" C:\puke.ini >> C:\piss.ini
del C:\puke.ini
notepad C:\piss.ini
pause
shutdown -l
It's mostly pseudocode. You'll get the gyst of what I was going for though.