- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can I call a popup window from a shell scr...
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
10-29-2001 05:09 AM
10-29-2001 05:09 AM
How can I call a popup window from a shell script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 05:15 AM
10-29-2001 05:15 AM
Re: How can I call a popup window from a shell script?
/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 05:18 AM
10-29-2001 05:18 AM
Re: How can I call a popup window from a shell script?
One way is to open a xterm session from
the shell by calling xterm. But, i am not
sure whether you can manipulate input/output
to the poppedup xterm in this manner.
Another way is to use Xwindow functions, but
that won't fall under the realm of a "simple
shell script".
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 05:20 AM
10-29-2001 05:20 AM
Re: How can I call a popup window from a shell script?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x29f36c96588ad4118fef0090279cd0f9,00.html
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 07:03 AM
10-29-2001 07:03 AM
Re: How can I call a popup window from a shell script?
But if you want a dialog window, you need to download xdialog. Following is the URL.
http://hpux.ee.ualberta.ca/hppd/hpux/Gtk/Xdialog-2.0.3/
Also, you need to download few more dependencies for this to work. Once it works, it's pretty cool.
-Sri