Re: question about RUN-PROGRAM

2016-04-19 Thread Faré
On Tue, Apr 19, 2016 at 12:12 PM, Robert Goldman wrote: > The DOCSTRING for RUN-PROGRAM says > > Run program specified by COMMAND, > either a list of strings specifying a program and list of arguments, > or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on > Windows); > _synchronous

question about RUN-PROGRAM

2016-04-19 Thread Robert Goldman
The DOCSTRING for RUN-PROGRAM says Run program specified by COMMAND, either a list of strings specifying a program and list of arguments, or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on Windows); _synchronously_ process its output as specified and return the processing results