For those of us who are unfamiliar with the contents of the NT RK, here is the info from WHGIII's playground:
----
Microsoft Windows NT Questions and Answers
How can I ease the transition from UNIX to Microsoft Windows NT?
There are a several utilities in the Windows NT Resource Kit that will be familiar to the UNIX user. Among them are:
ar.exe, cat.exe, cc.exe, chmod.exe, chown.exe, cp.exe, devsrv.exe, find.exe, grep.exe, ld.exe, ln.exe, ls.exe, make.exe, mkdir.exe, mv.exe, rm.exe, rmdir.exe, sh.exe, touch.exe, vi.exe, and wc.exe.
When using these from the DOS shell you do not need to type the file extension. When in the 'sh' shell the extensions must be used. Please note that these files execute in upper case. Once SH.EXE has been started, an alias can be created to change case and form e.g. alias cat=CAT.EXE.
These utilities will allow you to leverage your UNIX script file investment.
----
Source: