This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Win 2000 : Open Files With Word & Excel From The Command Line


Hi;

I managed to get my script "word" to open up word with the path I typed on the command line in cygwin.

I am having trouble getting the same to work with excel.

I am win 2000 and using cygwin.

I made a script in /usr/local/bin called "excel".

The script will boot up excel, but not with the file I specified. I get error messages saying that the file does not exist. Between the "===" lines are the different contests I have tried for my "excel" script:


version 1 ============================================================ exec "c:/Program Files/Microsoft Office/Office/EXCEL.EXE" "cygpath -w $1"

===========================================================
version 2
exec "c:/Program Files/Microsoft Office/Office/EXCEL.EXE" "@&"


Usage:


$ word /path/to/file.xls

Any ideas would be appreciated

Thanks

Steve

--
Patriotism -
Taking the plastic flag off of the SUV and trading it in for a fuel efficient car




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]