Author Topic: Using Windows System Environment Variables?  (Read 509 times)

Offline JST200

  • Newcomer
  • Posts: 29
Using Windows System Environment Variables?
« on: 2019 December 20 04:21:05 »
Hi,

Is there a way to use Windows system environment variables in process output filenames?

For example, I would like to set the output filename for processes to:
  • ImageCalibration to "%userprofile%/Documents/PIProc/1 calibrate"
  • CosmeticCorrection to " "%userprofile%/Documents/PIProc/2 cosmetic"
  • Debayer to "%userprofile%/Documents/PIProc/3 debayer"
  • etc.

However, it seems PI doesn't recognise them.

Thanks, Jim