Hello,
After the last command in a vbs, cscript make near then 5 secondes to
return to prompt.
I test with a script with only theses 2 lines:
WScript.Echo "toto"
wscript.quit (0)
I can't use wscript because i need the return code of the action in vbs
( for synchro)
Thanks