Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Functionality like ndir

Keywords: 	  ndir	NetWareX

Question:

Is there any functionality in winbatch that mimics novells ndir command? If so, what are they? Thanks.

Answer:

Check out the beta release of the NetWareX extender. Specifically, you would be interested in the nwGetDirInfo() and nwGetFileInfo() functions. These two functions can get all the ownership, date/time stamp, trustee rights and attribute information from files on a NetWare server. Combine these functions with the File Searcher extender's functions or the basic DirItemize() and FileItemize() functions in WIL and you can process a whole volume's worth of files.
Article ID:   W14653
Filename:   Functionality like ndir.txt