#36142 - 2003-02-06 09:29 PM
When using the Shell or Run commands...
|
Bayfront
Lurker
Registered: 2003-02-06
Posts: 4
|
To launch an app in my script, it works fine except for win95a machines. It skips it. Any idea's why?
|
|
Top
|
|
|
|
#36144 - 2003-02-06 09:37 PM
Re: When using the Shell or Run commands...
|
Bayfront
Lurker
Registered: 2003-02-06
Posts: 4
|
Why would it work fine in win95B though?
|
|
Top
|
|
|
|
#36146 - 2003-02-06 10:07 PM
Re: When using the Shell or Run commands...
|
Bayfront
Lurker
Registered: 2003-02-06
Posts: 4
|
Thats what we are in the process of doing but it will be another year before that happens.
It just makes me wonder since I can run the app by itself just fine but when kix tries to do it, it doesnt work in 95a, like i said, but 95b is fine. [ 06. February 2003, 22:09: Message edited by: Bayfront ]
|
|
Top
|
|
|
|
#36150 - 2003-02-07 01:06 AM
Re: When using the Shell or Run commands...
|
kholm
Korg Regular
   
Registered: 2000-06-19
Posts: 714
Loc: Randers, Denmark
|
I have no Win95a clients so i don't know if this works.
Just a suggestion:
Try to use the the start program.
Instead of:
code:
Shell 'Program.exe'
Try using:
code:
Shell '%COMSPEC% /C Start /Wait "Program.exe"'
-Erik
ps. In Win9x Start.exe is a program found in %windir%\Command, in NT+ it is a build in command
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 1110 anonymous users online.
|
|
|