X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=4.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-Id: <1282034674.3901677759@as03.cooltoad.com> From: "Mehta, N.V." To: cygwin AT cygwin DOT com Subject: 1.7.5 - Invoking excel/word using vbscript in ssh session from Linux Date: Tue, 17 Aug 2010 11:44:34 +0200 X-Abuse-to: abuse AT coolgoose DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 AT windownode csscript xls2pdf.vbs "xls_file_path" "pdf_file_path" or ssh -n -T winuser AT 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