Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3342
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Karl Ratzsch <mail.kfr@gmx.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Plot datafiles in bulk |
| Date | Mon, 13 Jun 2016 09:26:31 +0200 |
| Organization | solani.org |
| Lines | 17 |
| Message-ID | <njln76$uu5$1@solani.org> (permalink) |
| References | <1e061eba-f693-4eee-9f63-ce7809dc5f91@googlegroups.com> <b7cdd2a6-4e44-4dbc-ba3f-f18802a0240a@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | solani.org 1465802790 31685 eJwNx8ERwDAIA7CVCjZOOg7J4f1HaPVTQaG7qBLLZZ7L2Mc5diyDQbmjhZo/QPczYSlvvuD+ACC4EMM= (13 Jun 2016 07:26:30 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Mon, 13 Jun 2016 07:26:30 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
| X-User-ID | eJwFwQkRADAIAzBL/Bty2nH4l7AkvbTeicqK3Fz4NWBDBj1VHGT0nPtiSRVLNEEhaT6h8gEyjRHP |
| In-Reply-To | <b7cdd2a6-4e44-4dbc-ba3f-f18802a0240a@googlegroups.com> |
| Cancel-Lock | sha1:Tb+98ptNMf1xj4bPq47oQBP9tFM= |
| X-NNTP-Posting-Host | eJwFwYEBACAEBMCVCC/jpN7+I3QXBsVNR8BjYujkOtwqAAXnatJQEtbZpVl86+6XFj0yJR8efhEK |
| Xref | csiph.com comp.graphics.apps.gnuplot:3342 |
Show key headers only | View raw
Am 13.06.2016 um 09:16 schrieb explorat123@gmail.com:
>
> Finally got it working, thanks for your help.
>
> But there's something I still don't understand:
> print system("dir /B *.csv") works fine, but
> print system("dir C:\temp1 /B *.csv") does not what's expected.
>
> What am I doeing wrong ?
>
It's
dir /B C:\temp1\*.csv
and you have to give double backslashes inside double quotes.
See "help quote marks".
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Plot datafiles in bulk explorat123@gmail.com - 2016-06-07 12:22 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-07 22:17 +0200
Re: Plot datafiles in bulk Ethan A Merritt <EAMerritt@gmail.com> - 2016-06-07 21:49 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-08 10:34 +0200
Re: Plot datafiles in bulk explorat123@gmail.com - 2016-06-09 13:13 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-10 01:54 +0200
Re: Plot datafiles in bulk explorat123@gmail.com - 2016-06-13 00:16 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-13 09:26 +0200
Re: Plot datafiles in bulk explorat123@gmail.com - 2016-06-17 03:39 -0700
csiph-web