Hi, Paul managed to put something together for your other problem. After faffing about with a convoluted way of getting rid of the .mayaSwatches folder, I eventually hit the nail on the head with the following bit of code : - system("rmdir /s /q .mayaSwatches" ); so, as a mel you can create : - file -save;system("rmdir /s…