Scenario:
I have written a C++ program that randomly generates passwords. It then takes a name such as John Doe and writes a line such as ,"jdoe,*rT#*v{he" the second part being the password. It then writes a batch file that does this:
"net user jdoe rT#*v{he /add" This creates an user account with default properties. I would like this script to go one step further and create an ftp user on an IIS 6.0 server.
Any suggestions will be greatly appreciated.
Thanks
I have written a C++ program that randomly generates passwords. It then takes a name such as John Doe and writes a line such as ,"jdoe,*rT#*v{he" the second part being the password. It then writes a batch file that does this:
"net user jdoe rT#*v{he /add" This creates an user account with default properties. I would like this script to go one step further and create an ftp user on an IIS 6.0 server.
Any suggestions will be greatly appreciated.
Thanks