Exec node 2 commands after each other

for example in Linux you could use cd /mydir && run_my_app
or you could create a simple script/batch file and then call that.