Developing a kiosk application in Windows OS. When the machine boots up 3 things have to happen in sequence
- a node.js server launches
- the browser containing the web app launches in kiosk mode
- another client application launches
Is there a utlility that easilly accomplishes this, or is there an easy way to do this in the command-line? I'm guessing some type of BSCH script could also be use but I'm not a BSCH expert.