Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #3669
| From | ken <ken@spamcop.net> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: getopt.ps |
| Date | 2021-08-21 08:31 +0100 |
| Message-ID | <MPG.3b8abc325e5daf6b9898ca@usenet.plus.net> (permalink) |
| References | <1627849972.bystand@zzo38computer.org> <0ac2aeb1-c2b3-4253-a90c-04c299ecb13fn@googlegroups.com> <1628187236.bystand@zzo38computer.org> |
In article <1628187236.bystand@zzo38computer.org>, news@zzo38computer.org.invalid says... > While that is true, I don't really like -d and -s for your own program's > options; the -d and -s are for setting the options of Ghostscript itself > (such as specifying what file or printer to use for graphical output, and > some other options). Although that is what they do, it's not the case that they are intended to be specific to Ghostscript internals. Most command line options, including the ones processed by Ghostscript, are stored in systemdict and are available for use by PostScript programs. A number of the example/utility PostScript programs supplied with Ghostscript make use of parameters passed to the program on the command line. Ken
Back to comp.lang.postscript | Previous | Next — Previous in thread | Find similar
getopt.ps news@zzo38computer.org.invalid - 2021-08-01 14:05 -0700
Re: getopt.ps luser droog <luser.droog@gmail.com> - 2021-08-04 23:17 -0700
Re: getopt.ps luser droog <luser.droog@gmail.com> - 2021-08-06 22:15 -0700
Re: getopt.ps news@zzo38computer.org.invalid - 2021-08-20 13:14 -0700
Re: getopt.ps ken <ken@spamcop.net> - 2021-08-21 08:31 +0100
csiph-web