NX Export Assembly Outside Teamcenter

Hi,
I have NX connected to the teamcenter and I have a part list to download. Is it possible to download several assemblies into local pc by one click? The exported parts should be *.prt, not parasolid or step.

Usually I'd use clone assembly for this task to be done interactively.

There is also a very nice script in this forum that should also do the trick: look for the thread "Copy Assembly to Directory"
You may need to add a "Try" clause around the File.Copy command to make it a bit more robust.

/UdoMM

I looked for "Copy Assy to Directory" but it does not work for Teamcenter connected NX. Actually "Export Assembly outside Teamcenter" command is what I want, however, When I have lots of different assemblies to download, it works very slow, because I have to add the assemblies one by one. Rather than do this using this command, I need a nxopen code to connect teamcenter, and I will write all the assembly numbers into a listbox, after click the run button, the code will run in the backup and download the assemblies one by one in hours. Is it possible to do it?