Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
I need a help to start a creo in a custom way likewise.
If it start creo, the config.pro, templates & other files should be copied to local drive from the shared drive. Once i close the creo session & start fresh again it should remove the old files & then copy the same files again from shared drive to local drive.
Note : this is a windchill based environment.
Kindly help me with the procedure to perform this task.
Thanks
Naresh
Naresh,
I would suggest you use the robocopy command to copy the files from the share area to the local PC. There a many options available in the robocopy command to achieve what you are trying to do. Open a DOS/CMD window and type "robocopy /?" to view the full list of options.
Regards,
Dan N.
Hi Dan,
Thanks for the response. I am looking for direct option while i start the Creo application. please suggest me on the same.
Thanks
Naresh
Create a batch file that your users run to start Creo. In that file include the robocopy commands to copy the required startup files to the user's local drive before executing the parametric.exe (or .bat) Creo launch file.
Thanks! Ben for the response. Will try this option.