Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #579

Re: getting system information from a PS program

Newsgroups comp.lang.postscript
References <9nr4ecF33kU1@mid.individual.net>
Organization Gizmos & Gadgets, Ltd.
Subject Re: getting system information from a PS program
From bonomi@host122.r-bonomi.com (Robert Bonomi)
Message-ID <fYadnWFvDeQiuoDSnZ2dnUVZ_oadnZ2d@posted.nuvoxcommunications> (permalink)
Date 2012-01-23 03:26 -0600

Show all headers | View raw


In article <9nr4ecF33kU1@mid.individual.net>,
Michael Unger  <2012Q1.usenet.michaelunger@spamgourmet.org> wrote:
>I'd like to get some system information from within a PostScript program.
>
>(1) The name of the PostScript program currently being executed; "file"
>and "currentfile" do return an _object_ instead of a simple file _name_.

You can't.  Postscript programs don't have 'names' -- they are just a
stream of bytes. 

>(2) A reasonable system timestamp, i.e. a combination of system date and
>time; "realtime" and "usertime" don't seem to be of any use here.

Sorry, it doesn't exist.  Postscript doesn't know absolute dates. just
clock-ticks since it it was last started/restarted.

>I want to print this information as a decent comment onto each page
>generated by the program.

You do this in the program that -generates- the postscript.

>(3) An array filled with file names, the full path and a template for
>the file names are known; "filenameforall" doesn't help much because
>there are many parameters depending on parts of the file name and a
>specific order has to be observed as well.

_what_ filenames, located *where* ?

>(4) Getting an array sorted (ASCII, ascending). I didn't find any
>PostScript operator related to this issue at all.

Nope. no operator.  You'll have to write a procedure to do it.


Back to comp.lang.postscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-19 19:01 +0100
  Re: getting system information from a PS program SaGS <sags5495@gmail.com> - 2012-01-19 11:05 -0800
    Re: getting system information from a PS program SaGS <sags5495@gmail.com> - 2012-01-21 07:03 -0800
      Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-23 17:16 +0100
        Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-24 17:33 +0100
          Re: getting system information from a PS program Odysseus <odysseus1479-at@yahoo-dot.ca> - 2012-01-24 18:10 -0700
            Re: getting system information from a PS program tlvp <mPiOsUcB.EtLlLvEp@att.net> - 2012-01-25 04:57 -0500
            Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-25 17:39 +0100
              Re: getting system information from a PS program Helge Blischke <h.blischke@acm.org> - 2012-01-25 18:08 +0100
                Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-26 17:52 +0100
              Re: getting system information from a PS program SaGS <sags5495@gmail.com> - 2012-01-25 11:27 -0800
                Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-26 17:55 +0100
          Re: getting system information from a PS program Marc Olschok <nobody@nowhere.invalid> - 2012-01-25 20:07 +0000
            Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-26 17:57 +0100
              Re: getting system information from a PS program Marc Olschok <nobody@nowhere.invalid> - 2012-02-02 15:46 +0000
                Re: getting system information from a PS program Helge Blischke <h.blischke@acm.org> - 2012-02-02 18:16 +0100
                Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-02-02 21:52 +0100
                Re: getting system information from a PS program luser- -droog <mijoryx@yahoo.com> - 2012-02-04 20:15 -0800
    Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-23 17:26 +0100
      Re: getting system information from a PS program SaGS <sags5495@gmail.com> - 2012-01-23 12:18 -0800
        Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-24 17:46 +0100
  Re: getting system information from a PS program bonomi@host122.r-bonomi.com (Robert Bonomi) - 2012-01-23 03:26 -0600
    Re: getting system information from a PS program Michael Unger <spam.to.unger@spamgourmet.com> - 2012-01-23 17:31 +0100

csiph-web