I would like to create a VX macro that opens a PDF file with a specified path.
Does anyone know how to do it?
Thank you
I would like to create a VX macro that opens a PDF file with a specified path.
Does anyone know how to do it?
Thank you
Hello,
Do you want to open a PDF in ZW3D?
Hello,
if you click in the menu help → Training manual → CAD_BasicCaseStudy then the pdf will open. So I would like a similar way to open other PDFs.
I tried recort the script and it shows me this
[vxSend,"$tm=2"]
so I suppose
[vxSend,"$open", "sensor_table.pdf"]
Does anyone have experience with this?
MACRO openpdf
[vxSend,"$tm=more"]
BUFFER
BUFFER
[vxSend,“C:\Program Files\ZWSOFT\ZW3D 2025\languages\en_US\pdf\CAD Advanced Tutorial_Configuration and Library Design.pdf”]
ENDBUFFER
ENDBUFFER
ENDMACRO
nice, thanks bro it works
it is possible to run other app…
MACRO main
[vxSend,"$tm=more"]
BUFFER
BUFFER
[vxSend,"C:\Program Files\Notepad++\notepad++.exe"]
ENDBUFFER
ENDBUFFER
ENDMACRO
NO,It does not support。
I have tied it and it works…