Good day!
-------------------------------------------
i need write script whith run 2 programs

if program_1 ended ok need to run program_2

WshShell.Run("prog_1" , 1, true)

how possible close window program_1 and run program2 ?


Thanks.