I will just add a portion of the remainder of the scirpt. For a variety of reasons I can't add more.

Here is what the script looks like :

code:
BREAK ON
$nul=SETTITLE ("Script de lancement des Applications Flux")
;
;************************************************* Les applications a lançait ************************************************
;
COLOR G+/N
BOX(25,0,29,40,"+-+|+-+|")
AT (26,1) "Lancement des applications : "
AT (27,1) "Bloomberg, FactSet, FirstCall Reuters"
AT (28,1) "DataStreal Advance, FinXS, FinWin"
COLOR W/N
@CRLF
;
;************************************************* Lancment de Reuters XDE4 ************************************************
;
? "Lancement de Reuters Kobrea XDE4" ;Lancement de Reuters XDE4
; RUN'%ComSpec% /c "C:\DIRECTORY STRUCTURE\kobra.exe"'
;
;************************************************* Lancment de Bloomberg + Excel ************************************************
;
? "Lancement de Bloomberg" ;Lancement de Open Bloomberg
; RUN '%ComSpec% /c "C:\DIRECTORY STRUCTURE\wintrv.exe"'

I don't know if that will help any because the rest of the script runs just fine.

[ 12. May 2003, 16:21: Message edited by: zdarma ]