Topic Options
Rate This Topic
#15610 - 09/27/99 05:37 PM Run process to open Hyperlink?
yyang Offline
Just Signed Up

Registered: 06/12/01
Posts: 4

I got a weird problem when creating an active link to open a Hyperlink. The run process using the following command

1. start netscape.exe http://server.com/$523870974$

is working very well on one computer (Windows 95), but not work on another one (Windows NT).

I have tried the following command:

2. netscape.exe http://server.com/$523870974$

3. c:\program files\netscape\communicator\program\netscape.exe http://server.com/$523870974$

The command 1 and 2 on Windows NT work pretty well in the DOS mode.

To eliminate the path problem, I try to test the Run Process using the command:

c:\winzip\winzip32.exe
and
winzip\winzip32.exe

but they don't work, either.

My question is:

Is there any specific requirements to set up Run Process on Windows NT?

Any help is greatly appreciated.

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15611 - 09/28/99 11:07 AM Re: Run process to open Hyperlink? [Re: jrmorris]
Anonymous
Unregistered


cmd /c start http://rapid/

...or just:
http://rapid/


(Not sure about Win95/98)

Both of this will use the default browser, the last one will not show the
dos-window.

The best place is Start->Run, if you can run it from Start->Run you can run
most of it from an active link.

--
Jarl Groneng
jgroneng@online.no
Merkantildata ASA



> -----Original Message-----
> From: Action Request System discussion list(ARSList)
> [mailto:ARSLIST@LISTSERV.VISTAIT.COM]On Behalf Of Yiming Yang
> Sent: 27. september 1999 22:38
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Run process to open Hyperlink?
>
>
> Hello everyone,
>
> I got a weird problem when creating an active link to open a
> Hyperlink. The run process using the following command
>
> 1. start netscape.exe http://server.com/$523870974$
>
> is working very well on one computer (Windows 95), but not work
> on another one (Windows NT).
>
> I have tried the following command:
>
> 2. netscape.exe http://server.com/$523870974$
>
> 3. c:\program files\netscape\communicator\program\netscape.exe
http://server.com/$523870974$

The command 1 and 2 on Windows NT work pretty well in the DOS mode.

To eliminate the path problem, I try to test the Run Process using the
command:

c:\winzip\winzip32.exe
and
winzip\winzip32.exe

but they don't work, either.

My question is:

Is there any specific requirements to set up Run Process on Windows NT?

Any help is greatly appreciated.

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15612 - 09/28/99 02:26 PM Re: Run process to open Hyperlink? [Re: jrmorris]
mohit jain Offline
Stealth Member

Registered: 06/12/01
Posts: 71

Do you know something similar for Unix??

Mohit S. Jain
User Support Engineering Group
Email Mohit.Jain@gs.com
Voice 212-855-0251



-----Original Message-----
From: Jarl Groneng [mailto:rapid@ONLINE.NO]
Sent: Tuesday, September 28, 1999 11:08 AM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: Run process to open Hyperlink?


On NT I am using:
cmd /c start http://rapid/

...or just:
http://rapid/


(Not sure about Win95/98)

Both of this will use the default browser, the last one will not show the
dos-window.

The best place is Start->Run, if you can run it from Start->Run you can run
most of it from an active link.

--
Jarl Groneng
jgroneng@online.no
Merkantildata ASA



> -----Original Message-----
> From: Action Request System discussion list(ARSList)
> [mailto:ARSLIST@LISTSERV.VISTAIT.COM]On Behalf Of Yiming Yang
> Sent: 27. september 1999 22:38
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Run process to open Hyperlink?
>
>
> Hello everyone,
>
> I got a weird problem when creating an active link to open a
> Hyperlink. The run process using the following command
>
> 1. start netscape.exe http://server.com/$523870974$
>
> is working very well on one computer (Windows 95), but not work
> on another one (Windows NT).
>
> I have tried the following command:
>
> 2. netscape.exe http://server.com/$523870974$
>
> 3. c:\program files\netscape\communicator\program\netscape.exe
http://server.com/$523870974$

The command 1 and 2 on Windows NT work pretty well in the DOS mode.

To eliminate the path problem, I try to test the Run Process using the
command:

c:\winzip\winzip32.exe
and
winzip\winzip32.exe

but they don't work, either.

My question is:

Is there any specific requirements to set up Run Process on Windows NT?

Any help is greatly appreciated.

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15613 - 09/28/99 04:01 PM Re: Run process to open Hyperlink? [Re: jrmorris]
ib Offline
journeyman

Registered: 06/12/01
Posts: 72
1. Grab the X windows display
Set fields into a hidden field called DISPLAY ---- > $PROCESS$ echo $DISPLAY (fires on display)


2. Active Link that fires on a button --- Run Process --- >

/opt/netscape/netscape -display $DISPLAY$ http://www.yourcompany.com/whatever_html_file.html

-Ibrahim Akar

-----Original Message-----
From: Jain, Mohit S [SMTP:Mohit.Jain@GS.COM]
Sent: Tuesday, September 28, 1999 2:26 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: Run process to open Hyperlink?

Jarl,

Do you know something similar for Unix??

Mohit S. Jain
User Support Engineering Group
Email Mohit.Jain@gs.com
Voice 212-855-0251



-----Original Message-----
From: Jarl Groneng [mailto:rapid@ONLINE.NO]
Sent: Tuesday, September 28, 1999 11:08 AM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: Run process to open Hyperlink?


On NT I am using:
cmd /c start http://rapid/

...or just:
http://rapid/


(Not sure about Win95/98)

Both of this will use the default browser, the last one will not show the
dos-window.

The best place is Start->Run, if you can run it from Start->Run you can run
most of it from an active link.

--
Jarl Groneng
jgroneng@online.no
Merkantildata ASA



> -----Original Message-----
> From: Action Request System discussion list(ARSList)
> [mailto:ARSLIST@LISTSERV.VISTAIT.COM]On Behalf Of Yiming Yang
> Sent: 27. september 1999 22:38
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Run process to open Hyperlink?
>
>
> Hello everyone,
>
> I got a weird problem when creating an active link to open a
> Hyperlink. The run process using the following command
>
> 1. start netscape.exe http://server.com/$523870974$
>
> is working very well on one computer (Windows 95), but not work
> on another one (Windows NT).
>
> I have tried the following command:
>
> 2. netscape.exe http://server.com/$523870974$
>
> 3. c:\program files\netscape\communicator\program\netscape.exe
http://server.com/$523870974$

The command 1 and 2 on Windows NT work pretty well in the DOS mode.

To eliminate the path problem, I try to test the Run Process using the
command:

c:\winzip\winzip32.exe
and
winzip\winzip32.exe

but they don't work, either.

My question is:

Is there any specific requirements to set up Run Process on Windows NT?

Any help is greatly appreciated.

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15614 - 09/27/99 06:25 PM Re: Run process to open Hyperlink? [Re: jrmorris]
bottsg Offline
Stealth Member

Registered: 06/12/01
Posts: 152
It should contain one line "Start %1" without the quotes.
Run \\system\share\url.bat $URL$ from your AL.
This is the only way that I've found to work with both
NT and 95.

By using Start instead of Netscape, allows the user to pick
their preferred browser. Unfortunately, there's no way to
stop the ugly DOS window from briefly appearing.

Your only other choice is to create multiple ALs and use the
$OS$ variable to run the appropriate command or batch file.

-----Original Message-----
From: Yiming Yang [ mailto:yyang@SLB.COM]
Sent: Monday, September 27, 1999 5:38 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Run process to open Hyperlink?


Hello everyone,

I got a weird problem when creating an active link to open a Hyperlink. The run process using the following command

1. start netscape.exe http://server.com/$523870974$

is working very well on one computer (Windows 95), but not work on another one (Windows NT).

I have tried the following command:

2. netscape.exe http://server.com/$523870974$

3. c:\program files\netscape\communicator\program\netscape.exe http://server.com/$523870974$

The command 1 and 2 on Windows NT work pretty well in the DOS mode.

To eliminate the path problem, I try to test the Run Process using the command:

c:\winzip\winzip32.exe
and
winzip\winzip32.exe

but they don't work, either.

My question is:

Is there any specific requirements to set up Run Process on Windows NT?

Any help is greatly appreciated.

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist



Top
#15615 - 09/29/99 02:05 AM Re: Run process to open Hyperlink? [Re: jrmorris]
adne hestenes Offline
Stealth Member

Registered: 06/12/01
Posts: 47
then you get all this for free.
unless you want this button stuff, or you want to hide the startup somewhere deep below the surface of your form......
Keep It simple.

-----Original Message-----
From: Ibrahim Akar [SMTP:ib@PYRASOFT.COM]
Sent: 28. september 1999 22:02
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: Run process to open Hyperlink?

This is what we do on Xterms..
1. Grab the X windows display
Set fields into a hidden field called DISPLAY ---- > $PROCESS$ echo $DISPLAY (fires on display)


2. Active Link that fires on a button --- Run Process --- >

/opt/netscape/netscape -display $DISPLAY$ http://www.yourcompany.com/whatever_html_file.html

-Ibrahim Akar

-----Original Message-----
From: Jain, Mohit S [SMTP:Mohit.Jain@GS.COM]
Sent: Tuesday, September 28, 1999 2:26 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: Run process to open Hyperlink?

Jarl,

Do you know something similar for Unix??

Mohit S. Jain
User Support Engineering Group
Email Mohit.Jain@gs.com
Voice 212-855-0251



-----Original Message-----
From: Jarl Groneng [mailto:rapid@ONLINE.NO]
Sent: Tuesday, September 28, 1999 11:08 AM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: Run process to open Hyperlink?


On NT I am using:
cmd /c start http://rapid/

...or just:
http://rapid/


(Not sure about Win95/98)

Both of this will use the default browser, the last one will not show the
dos-window.

The best place is Start->Run, if you can run it from Start->Run you can run
most of it from an active link.

--
Jarl Groneng
jgroneng@online.no
Merkantildata ASA



> -----Original Message-----
> From: Action Request System discussion list(ARSList)
> [mailto:ARSLIST@LISTSERV.VISTAIT.COM]On Behalf Of Yiming Yang
> Sent: 27. september 1999 22:38
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Run process to open Hyperlink?
>
>
> Hello everyone,
>
> I got a weird problem when creating an active link to open a
> Hyperlink. The run process using the following command
>
> 1. start netscape.exe http://server.com/$523870974$
>
> is working very well on one computer (Windows 95), but not work
> on another one (Windows NT).
>
> I have tried the following command:
>
> 2. netscape.exe http://server.com/$523870974$
>
> 3. c:\program files\netscape\communicator\program\netscape.exe
http://server.com/$523870974$

The command 1 and 2 on Windows NT work pretty well in the DOS mode.

To eliminate the path problem, I try to test the Run Process using the
command:

c:\winzip\winzip32.exe
and
winzip\winzip32.exe

but they don't work, either.

My question is:

Is there any specific requirements to set up Run Process on Windows NT?

Any help is greatly appreciated.

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top


Moderator:  Matt Reinfeldt