Page 1 of 1

Functions for network admin

Posted: Wed Apr 18, 2007 7:13 pm
by Snooze
Hi all.

Could have Purebasic for Windows some functions like :
- manipulating registry (a REG_EXPAND_SZ key is hard to use)
- Rights management (SETACL command)
- Maybe Active Directory's commands ?

So it could be the best tool for networking administration :D

Posted: Sat Apr 21, 2007 8:21 pm
by Tranquil
These are whishes that are very related to MS systems. PB's command is, in most cases, available on all systems. So I think you have a bad chance to get this commands. :/

Posted: Sun Apr 22, 2007 7:47 pm
by Thalius
Nod its not multiplatform. besides you can do all this using WinAPI - the same way as you would do it in VB.