Hi
How does the -model parameter work in real life ?
e.g i have a model called "App Labels", but when I try to start AX with ax32.exe -model="App Labels", I get an error saying that "The command-line parameter Labels is invalid. Check the spelling and start Microsoft Dynamics AX again."
I have tried the following combinations
ax32.exe -model="'App Labels'" (Double quote and the single quote)
ax32.exe -model=""App Labels"" (Two double quotes)
ax32.exe -model="\'App Labels\'"
ax32.exe -model="\"App Labels\""