Solved
appear Creo image
- June 11, 2025
- 1 reply
- 788 views
for better or worse we use a bat file to launch Creo. The line would look something like this:
robocopy "SERVER_DIR\subfolder" "CREO_LOCAL_DIR\subfolder" /r:0 /NDL /NJH /NJS /nc /ns /if parametric.ico
It uses the robocopy command to check if paramertic.ico already exists and if not copies it from a server location to the local drive. The shortcut then points to that local .ico file.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.