I have been using a utilty called Dumpsec.exe it is wonderful for NT security audits. One task I have at hand is to dump every user account on every server I have.

Well I have been able to do that, but the output is another story. I need a kixtart script to be able to read in "Fixed width columns" (not comma or tab delimite). Does anyone know how to do this?

USERID Row 1-19
FullName Row 20-44
description Row 45-??

Ideally it would be nice to open the text file, read these in from a text file, and compare them to a variable

if $userID = Administrator then ...
if $FullName = Jenny then ...
etc

Any ideas how do this with kix 4? [Razz]

Thank you ahead of time for the response