@emrecan wrote:
Creo is reading the config.pro file over the public network. Therefore, all users have the same working directory. I want to set the working directory folder to the local folder of all users. In addition, I want this to be done automatically, without users doing anything. Is it possible?
Hi,
if I understand you well you want to achieve following:
- config.pro file located on network drive (eg. X:\PTC_config\config.pro)
- when user starts Creo then (1) Creo reads X:\PTC_config\config.pro and (2) changes working directory to user's personal directory
Information:
- by default Creo is started using shortcut linked to parametric.exe
- you can also start Creo using shortcut linked to parametric.bat
- you can add commands into parametric.bat to achieve your goal - see below
@echo off
copy X:\PTC_config\config.pro .
"E:\PTC\Creo7_010\Creo 7.0.1.0\Parametric\bin\parametric.exe" "E:\PTC\Creo7_010\Creo 7.0.1.0\Parametric\bin\parametric.psf" %*
- then you can create shortcut linked to parametric.bat and set its Start in property to user's personal directory