Hello Monks,
I am on WinXP, and I want to write a script that able to open files like double-click. However I stuck because I have no way to start the second file until the first file is closed. And since there are multiple files, so I can't use exec() as it will end the script, but system() is not my option either. I also tried
, but it just create a empty shell and the file won't open at all. What can I do ?