It would be great if the fields like %u could be used in output path. It would help in multi-user environments to save the output to a userspecific folder.
Besides that, thank you for your great work!
What you ask for is already possible. Just move %u to the file name. E.g. Output path = F:\somedir File name = %u\file%i
Say Bob prints something, the resulting filename will be:
F:\somedir\Bob\file0001 F:\somedir\Bob\file0002 F:\somedir\Bob\file0003 ...
Log in to post a comment.
What you ask for is already possible.
Just move %u to the file name.
E.g.
Output path = F:\somedir
File name = %u\file%i
Say Bob prints something, the resulting filename will be:
F:\somedir\Bob\file0001
F:\somedir\Bob\file0002
F:\somedir\Bob\file0003
...