Blat is a handy command line utility that sends email with attachment using SMTP. It can also be used to post to usenet using NNTP. It is not an SMTP server, you will need an SMTP server for Blat to…
Tag: SOFTWARE
Robocopy a great replacement for copy and xcopy.
Robocopy a saviour tool for the Server Administrators. This is a great replacement for the old DOS copy and xcopy command which have many limitations. That’s not to say that these commands should be retired, I still used them regularly.…
How to include a HTML file in a PHP-Nuke module.
From what we have said about the structure of a PHP-Nuke module (see Section 21.1), it is easy to include a HTML file in a module – all we have to do is use the PHP include command, to include…