- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to associate file extensions to programs in HP...
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
02-09-2003 02:00 PM
02-09-2003 02:00 PM
Currently, users have to know the name of the viewer or file editor, launch it, and then open the file from within the program.
Thanks for any help or suggestions provided.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 05:17 PM
02-09-2003 05:17 PM
Re: how to associate file extensions to programs in HP-UX 11
Here is a link to Netscape 4.79, a real proven workhorse. You can set up the CDE deskop to then use the browser for all jpeg files and such.
I'll post you links to the 4.X and the 7.x browser, thought the 7.x is considerably harder to install and work with.
Microsoft has a version of IE for HP-UX but I really don't like it.
Links:
Netscape 6/7
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6835AA&date=
Netscape Communicator 4.x
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8342AA&date=
Good luck, I can't stand the CDE desktop personally. You might find gnome for UX easier to work with, but it needs adjustments after install, has dependencies and might not quite be ready for prime time.
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6852BA&date=
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6848BA&date=
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 01:31 AM
02-10-2003 01:31 AM
Solutionyou have to create a datatype for these kinds of files and link them to an action. See
http://www.docs.hp.com/hpux/onlinedocs/B1171-90162/B1171-90162.html
--> Creating Actions and Data Types
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 02:34 AM
02-10-2003 02:34 AM
Re: how to associate file extensions to programs in HP-UX 11
many are added by MPower//Web application : apurchaseable product available on the apps cd's.
You may find it easier to simply install this ?
If you have problems let us know ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 06:38 AM
02-10-2003 06:38 AM
Re: how to associate file extensions to programs in HP-UX 11
What you need to look for is creating a dtaction file, which defines the extention, mime type, and action you want to perform with this file. You will need a bit of understanding on the DT Korn shell, and the CDE related files.
man dtdtfile
man dtactionfile
man dtksh
You can find some good examples in system files (dont modify thest) under /usr/dt/appconfig/types/C, and they will have a .dt extention. So you know, .dt defines actions and .fp files defines front panel.
Modifications that you make should be placed in /etc/dt/appconfig/types/C.
Remember that the files in /usr are system files, and will be changed by patches and updates. /etc is local files, and should be unaffected by patches and updates.
Regards,
Shannon