I’m following this link https://docs.coronalabs.com/native/plugin/luaplugin.html and I’m having trouble in the Creating A Plugin section. This part
From the Command Prompt, run the `create_project.bat` script, first changing directory ( `cd` ) to the project template folder, then specifying the path to the **new** project folder along with the plugin name in place of `PLUGIN_NAME` :
`cd \path\to\template\`
`create_project.bat \path\to\new\project\ PLUGIN_NAME`
Can someone explain?