I've written a .Net web app that builds an xml file and calls a shell process to execute a batch file which runs the loadusers utility. I can manually run the batch file and it will load the user, but when I execute it from a webservice it will execute the batch script and copy the file, but it will not successfully run the loadusers utility.
Has anyone ever done this before and gotten it to work? Is there an easier way of doing this?