Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page.
X
Mapkey to output PDF updating working directory per user
Hi
Using Creo 10.0.1.0
Trying to setup a Mapkey to output a PDF using pentable & the File Export options
That side of things works fine, What we want to do is grab the current working directory & save to a file, change the working directory to a temporary directory (dependant on the user name) , output the pdf, then change the working directory back.
I have the following mapkey, it runs the script, the -trail.txt file is created into the "E:\Configs\mapkey"
It appeared to be initially working on my system, but then not on others, and now doesnt work on mine, it just outputs the pdf to the current working directory. Unsure if im using the wrong parameters or if theres a better way to achieve this.