How to change working directory


Updated by Altair Forum User
Hi,
My objective was to take images of components and save it in a folder.
I used the following command to take the image
*jpegfilenamed $compname
But the problem is it is saving all those files in 'MY DOCUMENTS' which is working directory.
hm_info -appinfo CURRENTWORKINGDIR
By using the command i can able to retrieve the working directory.
I used the following command to change the working directory but it is not working
set CURRENTWORKINGDIR 'C:\folder'
Help me on this.