- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print-Screen-Tool for 11.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:48 AM
07-18-2003 04:48 AM
in the course of the rearrangement to HPUX 11.0 a tool called "gjet" was getting in-operational.
This tool makes a print-out of the actual chosen screen/window.
Now we need a substitute for this tool which is opertional with HPUX 11.0
Can somebody help me?
THX!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:56 AM
07-18-2003 04:56 AM
SolutionXPR=/usr/contrib/bin/X11/xpr
XWD=/usr/bin/X11/xwd
HEADER="Printed by `whoami` on `date`"
$XWD -frame | $XPR -header "$HEADER" -cutoff 75| lp -o nb -oraw -d$printer
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:59 AM
07-18-2003 04:59 AM
Re: Print-Screen-Tool for 11.0
xwd xpr like this
y=$(date)"_"$(hostname)_$LOGNAME
x=$(echo $y|sed -e 's/ /_/g')
z=$(echo $*|sed -e 's/ /_/g')"!"
/bin/rm /tmp/$PPID$LOGNAME 2>/dev/null
xwd -out /tmp/$PPID$LOGNAME
xpr -device dj1200 -header $x -trailer\"$z\" -landscape /tmp/$PPID$LOGNAME |lp -dbelgo046 -onb
/bin/rm /tmp/$PPID$LOGNAME 2>/dev/null
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 05:20 AM
07-18-2003 05:20 AM
Re: Print-Screen-Tool for 11.0
install it on your machine and be happy.
# gzip -d /tmp/screencapture.tar.gz
# cd /opt
# tar -xvf /tmp/screencapture.tar
# export DISPLAY=
# /opt/screencapture/bin/capture
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 05:34 AM
07-18-2003 05:34 AM
Re: Print-Screen-Tool for 11.0
Attached again !!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 11:54 PM
07-20-2003 11:54 PM
Re: Print-Screen-Tool for 11.0
Or you can send it to me per e-mail. my address is: joern.reitwiessner@dlh.de
THX!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 02:24 AM
07-21-2003 02:24 AM
Re: Print-Screen-Tool for 11.0
Roland