The Command Line rocks! Most of these work for any unix system, but mostly not silly old Windows.
My fav new one is
python -m SimpleHTTPServer 8000
to make a webserver from any directory
The Command Line rocks! Most of these work for any unix system, but mostly not silly old Windows.
My fav new one is
python -m SimpleHTTPServer 8000
to make a webserver from any directory