I'm developing an application that automates our account deletion process. It backs up the users profile & storage folder to a different server. Then it runs Exmerge in batch mode, creates a .pst from the users mailbox, then deletes the mailbox and user. The application generates a custom Schema.ini file for exmerge to read execution parameters from. The problem is, exmerge is not reading it. I'm using C# .NET. I'm using the -F switch followed by the path to the custom ini file. It accepts that parameter ok but when exmerge goes to read it, it looks at it's default ini file in C:\exmerge. In the log it tells me that it is to use my custom schema but when it actually tries to read it, it looks in it's default location. I replicate the error when I try to run exmerge manually from a command line using the same parameters. exmerge.exe -b -f c:\scripts\deleteusers\schema.ini Any ideas? Windows 2000 Server Running as a Virtual Server Exchange 2000 Installed C# Development Platform