SUMMARY: startup excel from command line

From: Tricia Kha (tkha@wsgc.com)
Date: Fri Mar 01 1996 - 12:22:35 CST


Thanks so much for your fast responded to my question. I've
solved my problem now. If I miss your name here please forgive
me.

And here is my original question:

> I just installed wabi2 v2.0 and microsoft Office on my workstation. I would
> like to test of how to startup excel from command prompt without open Wabi first.
>
> Ex: tkha@ws-sun6[3]: excel &
>
> Does anyone done that or do you have any script to do that.
>
> Please help.
>

----- Begin Included Message -----

>From leclerc@austin.asc.slb.com Tue Feb 27 11:31 PST 1996
From: leclerc@austin.asc.slb.com
Date: Tue, 27 Feb 1996 13:29:30 -0600
To: tkha@wsgc.com
Subject: Re: startup excel from command line

have you tried man wabi ?

----- End Included Message -----

----- Begin Included Message -----

>From mgh@bihobl2.bih.harvard.edu Tue Feb 27 12:17 PST 1996
Date: Tue, 27 Feb 1996 15:15:31 -0500
From: mgh@bihobl2.bih.harvard.edu (Michael G. Harrington)
To: tkha@wsgc.com
Subject: Re: startup excel from command line

For PowerPoint I setup the following alias:

wabi -s /apps/windows/ppoint/powerpnt.exe &

I imagine excel would work the same.

Michael Harrington

----- End Included Message -----

----- Begin Included Message -----

>From greg.kranz@amp.com Tue Feb 27 12:22 PST 1996
Date: Tue, 27 Feb 1996 15:21:36 -0500
From: greg.kranz@amp.com (Greg Kranz)
To: tkha@wsgc.com
Subject: Re: startup excel from command line

/opt/SUNWwabi/bin/wabi -s s:/msoffice/excel.exe

Sub your drive letter of choice.

----- End Included Message -----

----- Begin Included Message -----

>From bolan@ccca.centcom.mil Tue Feb 27 17:12 PST 1996
From: bolan@ccca.centcom.mil (Chris Bolan)
Subject: Re: startup excel from command line
To: tkha@wsgc.com
Date: Tue, 27 Feb 1996 20:08:53 -0500 (EST)

Hi Tricia,
  I use excel every day. I have programmed my binder to launch excel whenever I click on any .xls file. The command I use is

wabi -s r:\\graph4\\winapps\\msoffice\\excel.exe $FILE

The actual location of the excel executable on my system is in
/graph4/winapps/msoffice/excel.exe

The r: drive points to the root directory and the WINDOWS/DOS world uses \ instead of /, but you must use \\ since the first slash is a special character.

Also, you might want to look at upgrading to wabi 2.1.

Chris

----- End Included Message -----

----- Begin Included Message -----

>From gwolsk@sei.com Tue Feb 27 19:16 PST 1996
From: Guntram Wolski <gwolsk@sei.com>
Date: Tue, 27 Feb 1996 19:14:48 -0800
To: tkha@wsgc.com (Tricia Kha)
Subject: startup excel from command line

I think you would have to alias wabi to 'excel' and put the excel icon
in the Windows Startup folder so it will start up when wabi starts
up.... Try that idea.

--G

----- End Included Message -----

----- Begin Included Message -----

>From Christian.Masopust@emndev.siemens.co.at Tue Feb 27 23:51 PST 1996
Date: Wed, 28 Feb 1996 08:45:46 +0100
From: Christian.Masopust@emndev.siemens.co.at (Christian Masopust)
To: tkha@wsgc.com
Subject: Re: startup excel from command line

I didn't try it, but I think it should work like Windows:

call: 'wabi <Drive>:<Path to Excel>'
 
----- End Included Message -----

----- Begin Included Message -----

>From rich@brake.demon.co.uk Wed Feb 28 00:10 PST 1996
Date: Wed, 28 Feb 1996 07:18:39 GMT
From: Richard Skelton <rich@brake.demon.co.uk>
To: tkha@wsgc.com
Subject: Re: startup excel from command line
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Md5: V1mMzQxTv+gBCImS+Z8YZA==
Content-Transfer-Encoding: quoted-printable

Hi Tricia,
Look at the file information in file manager for an excel doc. For a word dos:-

wabi -s C:\\WINWORD\\WINWORD.EXE $FILE

Cheers
Richard.
Richard Skelton | e-mail : Richard.Skelton@brake.demon.co.uk
                         WWW : http://www.citynet.co.uk/users/brake

----- End Included Message -----

----- Begin Included Message -----

>From mjb@ltx.com Wed Feb 28 05:05 PST 1996
Date: Wed, 28 Feb 1996 07:59:34 -0500
From: Mark Belanger <mjb@ltx.com>
To: tkha@wsgc.com
Subject: Re: startup excel from command line

Hi Tricia,

The trick is to start wabi with a -s and the path to the program you want to run.
If your ms-apps are installed locally, it will be command like:
wabi -s C:/excel/excel.exe. (depending on where excel is installed.)
Where C: is your wabi directory i.e. /user/tkha/wabi
We are running Windows/Office using a central location for common files. This
saved a lot of space for our office installs. The command for us is:
wabi -s R:/user/sw-opt/msoffice/netsetup/excel.exe

Hope this helps.

-Mark

----- End Included Message -----

----- Begin Included Message -----

>From msiple@mfg.wb.xerox.com Wed Feb 28 05:31 PST 1996
Date: Wed, 28 Feb 1996 05:27:41 PST
From: msiple@mfg.wb.xerox.com (Matt Siple)
To: tkha@wsgc.com
Subject: Re: startup excel from command line
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Md5: +MqYTrOwxE7DJG7nfsBDvg==

Tricia,

Any wabi application can be started up by using the -s option on wabi then
follow it with the "DOS " path to the executable.

I use

wabi -s g:\msoffice\winword\winword.exe

or if you are using the CDE and create an action for it you will need to use

wabi -s "g:\\msoffice\\winword\\winword.exe" %Arg_1%
as the exec string.

Hope this helps.

Matthew D. Siple
Systems Engineer
EDS/Xerox

----- End Included Message -----

----- Begin Included Message -----

>From adam@ltx.com Wed Feb 28 07:10 PST 1996
Date: Wed, 28 Feb 1996 10:08:08 -0500
From: Adam Nevins <adam@ltx.com>
Mime-Version: 1.0
To: Tricia Kha <tkha@wsgc.com>
Subject: Re: startup excel from command line
Content-Transfer-Encoding: 7bit

Hi ,

I use this:

/opt/SUNWwabi/bin/wabi -s msoffice.exe

Of course this assumes that the PATH ( in autoexec.bat ) is set
up correctly.

-Adam
=================================================================
Adam Nevins Phone: 617-467-5265
Network Specialist Fax: 617-467-0293
LTX Corporation E-mail: adam_nevins@ltx.com
University Avenue WW4-10
Westwood, MA 02093-2306
=================================================================

----- End Included Message -----

----- Begin Included Message -----

>From tkevans@eplrx7.es.dupont.com Wed Feb 28 10:38 PST 1996
From: tkevans@eplrx7.es.dupont.com (Tim Evans)
Subject: Re: startup excel from command line
To: tkha@wsgc.com
Date: Wed, 28 Feb 1996 13:37:08 -0500 (EST)
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit

wabi excel &

-- 
Tim Evans                     |    E.I. du Pont de Nemours & Co.
tkevans@eplrx7.es.dupont.com  |    Experimental Station
(302) 695-9353/8638 (FAX)     |    P.O. Box 80357
EVANSTK AT A1 AT ESVAX        |    Wilmington, Delaware 19880-0357

----- End Included Message -----



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:54 CDT