![]() |
Previous | Next |
Producer batch asset loading files are ANSI or Unicode text files with a .MSProducerBF file name extension. You can run a batch asset loading file from either a command prompt or the Windows desktop.
To run a batch asset loading file from a command prompt:
producer.exe "C:\my folder\MyBatchFile.MSProducerBF"
To run a batch asset loading file from the Windows desktop:
or
If you include a logging action element in your batch asset loading file, Producer will save a log file that lists all the actions Producer took when processing your file, as well as any errors that occurred. Actions are performed in the order they appear in your XML file, so any errors or actions that occur before the logging action will not appear in the log file.
Producer will also return error codes when run from a command prompt. If no errors occur, Producer returns S_OK. For a complete list of error codes that batch asset loading files can return, see the topic Batch Asset Interface Error Codes.
See Also
Previous | Next |