2. The module NT

[<<<] [>>>]

=abstract Windows NT specific functions =end

This module implements some Win32 system calls that are not implemented in the core of ScriptBasic but can be helpful for those who want to write system maintenance scripts using ScriptBasic.

The reason that these functions are not implemented inside ScriptBasic is that ScriptBasic itself is portable, and whenever a programmer writes a program in pure ScriptBasic it should execute the same way under UNIX as well as under Windows NT/Win98/W2K.

Programs using the module nt however are Win32 specific and will not run unaltered under UNIX.


[<<<] [>>>]