Is there a API to call Convert files operation through Solidworks task scheduler which can be consumed in another program.
Or is there any other way to convert files using API
Task Scheduler does not have API, but could be done using SOLIDWORKS API and FileSystemObject to get files in folder and subfolders.
Could you please elaborate on the SOLIDWORKS API available for Convert File operation which will upgrade earlier version files to newer version.
I misunderstood, I thought convert was to save as neutral file format like iges. It still can be done using API. Just open the files and save.
You can write a console app that does what you need to do. Pretty simple.
Task Scheduler does not have API, but could be done using SOLIDWORKS API and FileSystemObject to get files in folder and subfolders.