How do you perform a batch standards check to a batch of files externally from a command prompt

"Hi I am trying to setup standards checker so that I can run it from a command prompt

I have tried this

cd C:\Program Files (x86)\Bentley\MicroStation V8i (SELECTseries)\MicroStation
ustation -wabatchprocess "K:\Standards\data\standards_check.bprc"

"K" is a mapped drive and I have created a batch process file as advised, but it does'nt seem to be creating a report

I am trying this through V8i SS3 v8.11.09.357

Thanks

 

Qamar

  • Hi Qamar,

      have you tried using "MSBATCH.BAT" - our batch process command line utility - to process you batch process job? You can find information on how to use it in Microstation's help file but its syntax is the following:

    msbatch batchprocess <batch_process_job_file_specification>

    For example: msbatch batchprocess C:\ProgramData\Bentley\MicroStation V8i (SELECTseries)\WorkSpace\Projects\Examples\General\my_batch_process.bprc

    Can you execute a standard check correctly using the Bacth Process Utility and the same bprc file?