- Messages
- 26
- Country

I use this code in CMD prompt.
>XToMdl /DICT:C:\modeldef.xml /OUT:C:\ufomdl ufoXmodel.X
My result;
Help? In my C:\ I have XToMdl.exe, ufoXmodel.X and modeldef.xml
Can someone compile it for me if I cannot?
>XToMdl /DICT:C:\modeldef.xml /OUT:C:\ufomdl ufoXmodel.X
My result;
Code:
C:\Users\Duncan>>XToMdl /DICT:C:\modeldef.xml /OUT:C:\ufomdl ufoXmodel.X
The filename, directory name, or volume label syntax is incorrect.
C:\Users\Duncan>C:\XToMdl.exe /DICT:C:\modeldef.xml /OUT:C:\ufomdl ufoXmodel.X
Found dictionary file: C:\modeldef.xml
Found output file: C:\ufomdl
OutputFile: C:\ufomdl
Output file after modification: C:\ufomdl.MDL
(0): error : XToMdl.exe Unhandled Application Exception
(0): error : System.UnauthorizedAccessException: Access to the path 'C:\ufomdl.M
DL' is denied.
(0): error : at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFul
lPath)
(0): error : at System.IO.FileStream.Init(String path, FileMode mode, FileAcc
ess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFrom
Proxy)
(0): error : at System.IO.FileStream..ctor(String path, FileMode mode)
(0): error : at Microsoft.FlightSimulator.XToMDL.XToMDL.ProcessInputs()
(0): error : at Microsoft.FlightSimulator.XToMDL.XToMDL.RealMain(String[] arg
s)
(0): error : at Microsoft.FlightSimulator.XToMDL.XToMDL.Main(String[] args)
(0): error :
(0): error : Access to the path 'C:\ufomdl.MDL' is denied.
(0): error :
(0): error : Stack Trace:
(0): error : at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFul
lPath)
(0): error : at System.IO.FileStream.Init(String path, FileMode mode, FileAcc
ess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFrom
Proxy)
(0): error : at System.IO.FileStream..ctor(String path, FileMode mode)
(0): error : at Microsoft.FlightSimulator.XToMDL.XToMDL.ProcessInputs()
(0): error : at Microsoft.FlightSimulator.XToMDL.XToMDL.RealMain(String[] arg
s)
(0): error : at Microsoft.FlightSimulator.XToMDL.XToMDL.Main(String[] args)
C:\Users\Duncan>
Can someone compile it for me if I cannot?
