I didn't think that copy and pasting files in Mxs was harder than making the script itself (being said that's my first script). Whew, I'll start deciphering it. Thanks
I've made my first script. I've searched the help but really couldn't find a method to declare folders, how to make my ms script a mzp self installing file and so on. The sources I've read say different things (for example the path to place the ms file in). Any suggestion would really help me shed some light on the problem.
Ok, I'm starting to make some order in my mind. Here are the steps that I've traced so far. 1. Put your script and icon files in a zip file and rename it to mzp. 2. Write a text file with instructions to copy the folder contained in the mzp file to windows temp directory. You can't do it directly,you must delegate another…
If it's just a single file I would just make it available for download. An MZP file is a zip file with the extension renamed. The easiest method I've found to use MZP files is to have it launch another maxscript and then let that finish the work. Inside the MZP file you should have a file named mzp.run with contents…