Whats the equivalent of chmod for Win32?
There is no direct equivalent of the chmod tool on Win32 systems. For file attributes, you can use the ATTRIB command line tool (type HELP ATTRIB at the command line for details). For more complex permissions, see question 4.9. For information on the chmod function, question 5.9. 4.5. What’s the equivalent of sendmail for Win32? Neither Windows 95 and Windows NT ships with a command-line SMTP client like “sendmail” in UNIX. Several exist, however. One popular one is BLAT, which is available in the Windows NT Resource Kit, and on the Web at this URL: http://gepasi.dbs.aber.ac.uk/softw/Blat.html Note that the command line syntax for BLAT is different from of “sendmail”. Microsoft has a port of sendmail available on their FTP site at: ftp://ftp.microsoft.com/developr/drg/unix-to-windows/ports/sendmail/ A commercial sendmail product is available from MetaInfo, Inc., at: http://www.metainfo.com/ There is an evaluation version available for download. Another commercial mail product is wrmail