Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Call wbscript from batch file

3 réponses
Avatar
Otto
Hello

I have two following script

GLOBAL.BAT
----------
@ECHO
CLS
TITLE DOMAIN
ECHO .
ECHO . Global update
ECHO .
WScript Message.vbs <- Script stop here until the user
press OK
ECHO . next...

MESSAGE.VBS
-----------
MsgBox("Nouveaux drivers....")

I like that the wscript message do not stop the script
GLOBAL.BAT

Is this possible ?

Regards

Otto

3 réponses

Avatar
F. Dunoyer [MVP]
Otto a exposé le 23/12/2005 :
Hello

I have two following script

GLOBAL.BAT
----------
@ECHO
CLS
TITLE DOMAIN
ECHO .
ECHO . Global update
ECHO .
WScript Message.vbs <- Script stop here until the user
press OK
ECHO . next...

MESSAGE.VBS
-----------
MsgBox("Nouveaux drivers....")

I like that the wscript message do not stop the script
GLOBAL.BAT

Is this possible ?

Regards

Otto



Replace le WSCRIPT (appel interface Windows de l'interpreteur )
pas un cscript
ou par echo "Nouveau drivers"


--
François Dunoyer [MVP Windows Server / Security]
Quelques trucs et des astuces pour Windows : http://fds.mvps.org/ta/
Site perso : http://www.fdunoyer.net
Avatar
Th.A.C
pourquoi ne pas utiliser un truc comme ca:

net send %computername% "Nouveaux drivers...."

sinon regarder du coté de la commande 'start'
Avatar
F. Dunoyer [MVP]
Th.A.C a utilisé son clavier pour écrire :
pourquoi ne pas utiliser un truc comme ca:

net send %computername% "Nouveaux drivers...."

sinon regarder du coté de la commande 'start'



Salut

La reception des messages emis par Net Send est souvent désactivée
suite à je ne sais plus quel virus

Alors pas sur ça marche même si théoriquement c'est l'outils Ad Hoc

--
François Dunoyer [MVP Windows Server / Security]
Boite à outils NT/2000 : http://fds.mvps.org/ta/outils.htm
Boite à Outils Admin : http://fds.mvps.org/ta/outils-Admin.htm
Site perso : http://www.fdunoyer.net