As the script uses the cd command to change the working directory of the terminal to the SDK path before running the application, it will not work if you are in a different drive, as you have to use the [Drive Letter]: command first in the terminal to change your working directory to a different drive.
As the script uses the
cdcommand to change the working directory of the terminal to the SDK path before running the application, it will not work if you are in a different drive, as you have to use the[Drive Letter]:command first in the terminal to change your working directory to a different drive.