FYI, anything you do via the Win9x command-line interface, you can do via the NT/2K/XP CLI as well - with suitable allowances for different syntax and (usually) improved functionality.
If you are trying to use certain commands such as DELTREE, however, you will find that they are *not* available on NT platforms. Use "rmdir" or "rm" instead.
:
: >Use Environ("COMSPEC") & " /c " & your-DOS-command. This should
: >use command.com on W9x and cmd.exe on NT (as long as NT is not
: >configured to use command.com).
:
: Thanks... I'll give it a shot!
:
: Bruce