You are right, i have tried dumpdomain and make a txt compressed file (useful to import in many ways, like kix, php etc...)

I'm working on a automatic update system. The program used on my network are updated via an ftp site. In it there are many directories (like
20112002_FixSomething) that i want to retrive and deploy to all client (during logon expecially).

I'm working on directory compare and automated update. Soon i will be able to write all the ftp GET routine to cache program update on server.
I want to

1. Nigthly retrive update.
2. If there are new directory or new file, tell to logon script to update client.

Win32admin is what i want to use. (and thank you very much!!!)
Next week i belive to have a beta version of my script to try.