Calling to 3ds_to_DDD.exe and exit automatically

Previous topic - Next topic

mentalthink

HI how I can do this... I want make a simple .exe (running like a Windows Service (Nothing of C++ or APi of windows, only drag and drop to the startup folder in windows) for export from any 3D suite (can be export to .3ds) to Glbasic without worry about use the external converter...

But I don´t have any idea for press the enter Key automatically... (I look some external free soft for windows, but I think it´s complicate more the thing for the user)

Well not it´s a real Exporter but putting the 3ds files into a folder >> Convert whit the GlBasic Tool>> and putting this file to the project folder of the User, I think it´s a very easy Steps and don´t have to use the tool... (not it´s nothing against the tool , but not it´s  faster works whit the Utility, you have open, select file, convert, ETC...),

and well, another question ... how works the modifier?¿... I can´t make runs [--oneframe], always have an error... my MSDOS-Skills are '0'

Thanks in advance...

Kitty Hello

"C:\path\to\md2_x_to_ddd.exe" --oneframe "C:\path\to\input.3ds"

will output "input.ddd".

The "--oneframe" is optional if you only want one frame isntead of all animation keyframes.