Re: gEDA-user: pcb -> shell command

2007-02-01 Thread DJ Delorie
> for (i = 0; i < argc; i++) > { > system(argv[i]); > } Are you sure this is what you want? I.e. System(make,ls,echo) runs three commands? The lesstif GUI allows spaces in its command window, so ":system ls -l" tries to run "ls" then runs "-l". Maybe you should concatenate the

Re: gEDA-user: pcb -> shell command

2007-02-01 Thread Tom Schouten
On Thu, Feb 01, 2007 at 04:23:45PM -0500, DJ Delorie wrote: > > > i was wondering though if it is possible to use PCB to directly > > invoke external shell comands, without using them to read or write > > stuff. basicly what i want is to invoke 'make' from PCB, and > > subsequentally reading in so

Re: gEDA-user: pcb -> shell command

2007-02-01 Thread DJ Delorie
> i was wondering though if it is possible to use PCB to directly > invoke external shell comands, without using them to read or write > stuff. basicly what i want is to invoke 'make' from PCB, and > subsequentally reading in some files. i didn't find anything about > this in my first read of the

gEDA-user: pcb -> shell command

2007-02-01 Thread Tom Schouten
hello, i started using gEDA tools last week to design a small PIC board. it looks like a nice suite! finding out gschem uses guile, and PCB files are as good as compatible with scheme 'read' made me smile :) i was wondering though if it is possible to use PCB to directly invoke external shell