Skip to main content
14-Alexandrite
March 30, 2022
Solved

Starting in a project folder

  • March 30, 2022
  • 1 reply
  • 4496 views

Hello,
For many years, I'm using Creo (Pro/E) on local HDD.
In each folder project, I had a .cmd script that launch Creo 2, 3...)
So, local config.pro, appearances were loads for each project, depending on my clients.
Now, I can't do this with Creo8.
Batch (cmd) files doesn't works anymore.
So, what could be a good solution for starting Creo in a specific folder, loading global AND local config.pro and could open local files ?
Now, Opening file start-up in "My Documents"...
Thanks a lot.

Best answer by MartinHanak

@Dom_CHENTRE wrote:

Thanks a lot.
For Creo2, for example, I had a cmd file with this :

start "creo" "C:\Ptc\Creo 2.0\Parametric\bin\parametric.bat"

So, When I clicked on cmd file, Config.pro and other local files were loads.

Now, doing the same with Creo8, default loading file is not local folder but "My Documents".


Hi,

I created start.bat in E:\users\creo8_parametric directory. The file contains following line

start "creo" "E:\PTC\Creo8_020\Creo 8.0.2.0\Parametric\bin\parametric.bat"

 

When I run start.bat it loads config.pro located in E:\users\creo8_parametric directory successfully.

 

So it seems to me that you have some mistake in your bat-file.

1 reply

23-Emerald III
March 30, 2022

Do you need the ability to run different versions of Creo depending on your client or will all of your work be done in Creo 8?

If all work in a single version of Creo, depending on client, I would just create a shortcut in your folder to the parameytric.bat file in each version /bin folder and then set the Start In setting to that folder.

I use a command file to copy and launch project config files and different versions of Creo with Creo 4 and 7. Don't know why anything would change with Creo 8.

14-Alexandrite
March 30, 2022

Thanks a lot.
For Creo2, for example, I had a cmd file with this :

start "creo" "C:\Ptc\Creo 2.0\Parametric\bin\parametric.bat"

So, When I clicked on cmd file, Config.pro and other local files were loads.

Now, doing the same with Creo8, default loading file is not local folder but "My Documents".

23-Emerald III
March 30, 2022

What is the Start In set to on your command file for Creo 8?

Mine is set to:

BenLoosli_0-1648670201730.png