Operating System - HP-UX
1834586 Members
3218 Online
110069 Solutions
New Discussion

Manage Excel and Word files in HP-UX

 
SOLVED
Go to solution
ahmad nasser osman
Occasional Advisor

Manage Excel and Word files in HP-UX

My server need to handle a lot of Excel and Word files wordwide. How do I send the files to Windows-XP without need to uudecode them, i.e. the file will be placed in an attachments in Outlook and the user just simply double click them. The std syntax:

uuencode file.xls file.xls|els -s "Excel file" foo@foo.com

will requires a uudecode is performed on the attachment before the file can be opened. Any idea or script that can handle this task?

thanx a lot.
2 REPLIES 2
Peter Godron
Honored Contributor
Solution

Re: Manage Excel and Word files in HP-UX

Ahmad,
a number of possible solutions in this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=48738
ahmad nasser osman
Occasional Advisor

Re: Manage Excel and Word files in HP-UX

Thanx, this is extremely a true solution!