Quantcast
Channel: Mentor Graphics Communities: Message List
Viewing all articles
Browse latest Browse all 4541

Re: Automation scripts (sch2pdf and others) - Blank in File-Names

$
0
0

Hi,

You need to quote the paths, you can use Char(34) for this:

WSHSHell.Run sch2pdf & " -p -project " &  chr(34) & prj & chr(34) & " -schematic " & sch & " -a " & chr(34) & output & chr(34) &, 0, True


Viewing all articles
Browse latest Browse all 4541

Trending Articles