Hi, I have specified a new converter to convert Visio drawings into PDF (using some VBScript borrowed from elsewhere on the web), but have run into issues. My converter is specified like this:
cscript <path>/vsd2pdf.vbs "$$i" "$$o" When Visio runs, it can't access the file to convert because the current directory is not the temp directory that LyX created (I'm not familiar enough with VBScript to know why or where). So my question is this: is there a '$$' variable that specifies the temporary directory in use, so that I can form an absolute path to the $$i and $$o files? (I'm using LyX version 2.0.5.1 on a Windows 7 platform.) Many thanks in advance, Steve
