This is the mail archive of the
cygwin
mailing list for the Cygwin project.
1.7.5 - Invoking excel/word using vbscript in ssh session from Linux
- From: "Mehta, N.V." <familymehta at cooltoad dot com>
- To: cygwin at cygwin dot com
- Date: Tue, 17 Aug 2010 11:44:34 +0200
- Subject: 1.7.5 - Invoking excel/word using vbscript in ssh session from Linux
Hi,
I am starting SSH session from a Linux box to CYGWIN on Windows XP.
In this session I call a vbscript which invokes MS word or Excel 2007 to export file to PDF.
The command is:
ssh -n -T winuser@windownode csscript xls2pdf.vbs "xls_file_path" "pdf_file_path"
or
ssh -n -T winuser@windownode csscript doc2pdf.vbs "doc_file_path" "pdf_file_path"
I have already passwordless login setup using ssh-keygen and authorized_keys.
The script starts Word and Excel as I can see the corresponding process in the "Task Manager".
But it seems both Word and Excel are hanging and doing nothing.
If I use wsscript instead of csscript, the wsscript process can be found in "Task Manager", but no word or excel,
so wsscript is hanging.
There are several messages like this in the mailing list, but no resolution.
Can some one help?
Kind Regards,
Nitin Mehta
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple