Hi,
I am trying to get a mapkey to work that involves exporting files in current model to disk, and after running a batch file on them, the mapkey should read the files in again (using a file open).
The easiest (?) would be to open the top model that I exported to disk, but this would require that I could make the mapkey "type in" the name of the model in the file open dialog, and I simply can not get this to work. If I create the mapkey using an example model, this is the name it holds in the mapkey. The trick is to get this mapkey to copy the name of whatever model I have in memory at the moment.
Did anyone succeed in copying the name of active model to the clipboard and later use it to call for the model in a file open dialog? Or am I using the wrong method? Is this where toolkit comes into the picture?
I am trying to get a mapkey to work that involves exporting files in current model to disk, and after running a batch file on them, the mapkey should read the files in again (using a file open).
The easiest (?) would be to open the top model that I exported to disk, but this would require that I could make the mapkey "type in" the name of the model in the file open dialog, and I simply can not get this to work. If I create the mapkey using an example model, this is the name it holds in the mapkey. The trick is to get this mapkey to copy the name of whatever model I have in memory at the moment.
Did anyone succeed in copying the name of active model to the clipboard and later use it to call for the model in a file open dialog? Or am I using the wrong method? Is this where toolkit comes into the picture?