7.5.6. NT Issues

Interscript builds sucessfully under NT. You can expect to see a few of these:
  The name specified is not recognized as an
  internal or external command, operable program or batch file.
On the first pass building interscript, I try to get hold of the user and hostname using external command line tools. I use 'uname', for example, which isn't supported under NT. These tools are called using os.popen. NT writes an error message to the console if it cannot find the tool.