Skip to main content
8-Gravel
July 21, 2025
Question

Creo Custom script start

  • July 21, 2025
  • 2 replies
  • 553 views

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

2 replies

16-Pearl
July 21, 2025

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.

NareshJ8-GravelAuthor
8-Gravel
July 21, 2025

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

23-Emerald III
July 21, 2025

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.

NareshJ8-GravelAuthor
8-Gravel
July 21, 2025

Thanks! Ben for the response. Will try this option.