Hi
I ve got a question when I run exec commands it works perfectly but i want it to do 2 commands after each other is it posssible?
eg:
- cd to a given directoy
- start a sometgin in that directory eg.: a python script
Hi
I ve got a question when I run exec commands it works perfectly but i want it to do 2 commands after each other is it posssible?
eg:
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.
Thank you
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.