We have a batch file to compile our programs. We currently support VDF9 and
VDF11 in the same batch file, but VDF12 seems tricky.

In vdf9 and 11, we use we use this command in the batch file to compile a
program:
"start /w c:\vdf%2\bin\dfcomp.exe j:\proj\dg10\appsrc\edi.src /v1fs
/xDG10Komp"

We then give a parameter to the batch file which vdf version we are
compiling for (%2). This works great.

We would like to continue using this batch file in VDF12, but I can't figure
out how to register a workspace (we use a different workspace when batch
compiling).

In the help file for VDF12, it seems like I should be able to use the
"/xWorkSpace" compiler parameter, but I can't get it to work.
How do I do this in VDF12 ?


TIA
Karl