<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DECW$PRINTSCREEN under OpenVMS 7.3 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916626#M21396</link>
    <description>David,&lt;BR /&gt;&lt;BR /&gt;  Could you please post your exact command and a description of the results?&lt;BR /&gt;&lt;BR /&gt;  Also post a description of what you're trying to achieve.</description>
    <pubDate>Mon, 08 Aug 2005 16:26:17 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2005-08-08T16:26:17Z</dc:date>
    <item>
      <title>DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916625#M21395</link>
      <description>I have read the reply to question WIZ_2575 which explains how to activate a print screen output directly under DCL. However several flags do not work for me (E.G. "-G" for gray scale output, -f for scaled op), also window size seems to be limited to about 510 x 510 pixels!&lt;BR /&gt;Can anyone enlighten me please? What am i doing wrong?&lt;BR /&gt;Thank you in advance for any pertinent help.&lt;BR /&gt;&lt;BR /&gt;David Hesketh</description>
      <pubDate>Mon, 08 Aug 2005 06:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916625#M21395</guid>
      <dc:creator>David HESKETH</dc:creator>
      <dc:date>2005-08-08T06:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916626#M21396</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;  Could you please post your exact command and a description of the results?&lt;BR /&gt;&lt;BR /&gt;  Also post a description of what you're trying to achieve.</description>
      <pubDate>Mon, 08 Aug 2005 16:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916626#M21396</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-08-08T16:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916627#M21397</link>
      <description>Hi John&lt;BR /&gt;&lt;BR /&gt;First time user and i'm not sure this is how i get a message to you! Trying to setup a simple one click method for our Satellite Control Centre operators to get a grey scale hard copy of the complete screen from either of the 2 screens attached to a DS10 WS under OpenVMS 7.3. Basically the same thing i can do quite simply in several clicks using the printscreen GUI.&lt;BR /&gt;&lt;BR /&gt;$ prscr :== $DECW$PRINTSCREEN&lt;BR /&gt;$ prscr -G&lt;BR /&gt;&lt;BR /&gt;this gives a display of the Usage text for dxprint.&lt;BR /&gt;&lt;BR /&gt;$ prscr -G -x n -y m !where n &amp;amp; m are small integers&lt;BR /&gt;&lt;BR /&gt;this gives following text twice: X Toolkit Warning: Shell widget "PrintScreen" has an invalid geometry specification: "-x"&lt;BR /&gt;&lt;BR /&gt;In addition the flag "-P &lt;QUEUE&gt;" just creates a PS file with the name of the queue.&lt;BR /&gt;&lt;BR /&gt;I've tried many other combinations, some work as expected, others not.&lt;BR /&gt;&lt;BR /&gt;I hope this clarifies my pb. Thank you in advance for any help you may have.&lt;BR /&gt;&lt;BR /&gt;Best wishes&lt;BR /&gt;&lt;BR /&gt;David&lt;/QUEUE&gt;</description>
      <pubDate>Tue, 09 Aug 2005 03:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916627#M21397</guid>
      <dc:creator>David HESKETH</dc:creator>
      <dc:date>2005-08-09T03:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916628#M21398</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;You have to put uppercase switches in doublequotes! Try this:&lt;BR /&gt;&lt;BR /&gt;$ MC DECW$PRINTSCREEN -x100 -y100 "-G" "-P SYS$PRINT"&lt;BR /&gt;&lt;BR /&gt;If the doublequotes are omitted, lowercase is assumed where -g might be some undocumented geometry syntax and -p is just ignored.&lt;BR /&gt;&lt;BR /&gt;Edwin</description>
      <pubDate>Tue, 09 Aug 2005 05:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916628#M21398</guid>
      <dc:creator>Edwin Gersbach_2</dc:creator>
      <dc:date>2005-08-09T05:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916629#M21399</link>
      <description>Edwin&lt;BR /&gt;&lt;BR /&gt;Cant thank you enough, works great now, easy when you know how! Do you know how to copy the second screen?&lt;BR /&gt;&lt;BR /&gt;Many, many thanks,&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 09 Aug 2005 07:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916629#M21399</guid>
      <dc:creator>David HESKETH</dc:creator>
      <dc:date>2005-08-09T07:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916630#M21400</link>
      <description>I think you have to address this through a different DISPLAY environment. Can't test it right now, but I would try something like this:&lt;BR /&gt;&lt;BR /&gt;$ set display /create /transport=local/screen=? ...&lt;BR /&gt;$ prscr ...</description>
      <pubDate>Tue, 09 Aug 2005 07:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916630#M21400</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-08-09T07:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916631#M21401</link>
      <description>Uwe&lt;BR /&gt;&lt;BR /&gt;My great thanks to you too. All ok now. Thank you all for your help, saved me a lot of hassle.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 09 Aug 2005 09:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916631#M21401</guid>
      <dc:creator>David HESKETH</dc:creator>
      <dc:date>2005-08-09T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: DECW$PRINTSCREEN under OpenVMS 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916632#M21402</link>
      <description>Answers were fully to the point and allowed me to implement a solution. Thanks again all.</description>
      <pubDate>Tue, 09 Aug 2005 09:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decw-printscreen-under-openvms-7-3/m-p/4916632#M21402</guid>
      <dc:creator>David HESKETH</dc:creator>
      <dc:date>2005-08-09T09:58:07Z</dc:date>
    </item>
  </channel>
</rss>

