I'm doing a batch file to unify all the Phonegap commands to create an app. All seems work well, but after the command phonegap create appName
my cmd stops the batch script and doesn't continue working. I suppose that Phonegap's commands finish with an "exit" or similar, but I'm not sure.
Does someone know if there is any way to run this commands in a batch file without this problem? Is there any way to return the control to the batch script?
Thanks!
Try this:
call phonegap create appName
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With