If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From: mschalit@pacbell.net (Matt Schalit) Subject: Re: Screen capture References: <a2qont$div$1@ns1.fe.internet.bosch.com> Date: Fri, 25 Jan 2002 06:47:02 GMT On Fri, 25 Jan 2002 06:00:06 +0100, "Frank Hauer" <Frank.Hauer@de.bosch.com> wrote: >hallo > > >OS : SCO 5.0.5 > >i dont know how can i make an screen capture on any remote PC�s. The xwd >command need any mousbutton to execute the screencapture. This is realy >complicated . I will make only an screenshot on any remote pc�s with an >script ( rcmd pc2 "screenshot" ) >and will send the display to my Server PC, how can i make it ?
Well looking for a solution to this made for some interesting
reading about TCL and expect.
It looks like you have two options:
1) Use xwd's -id switch, as decribed by man 1 xwd.
'-id id This option indicates that the window with the
specified resource id should be selected for
the window dump, without requiring the user
to select a window with the pointer.'
If your xwd doesn't have that, you'll want to compile
the newer version. I read up on this at xfree86.org.
2) Android. That's a scripting program that can replicate
exactly what you do in X, down to the speed at which you
perform various actions. You can create the script from
scratch or automatically. To click mouse 1 at a certain
position, this is what they described in an article I
ripped from Dr. Dobbs, linked on the Android site:
exec /usr/X11R6/bin/xwd -silent -out snapshot.tmp &
after 3000
send_xevents @596,305 click 1
You can find Android at the Wild Open Source site:
http://www.wildopensource.com/larry-projects/android.html
Good Luck,
Matt

/Bofcusm/1429.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar