I have the code located in this path- W:\My Project\Missing.jar... When i have spaces in my existing folder "My Project"(Note: Folder name with space), on running the command java -jar %~dp0\Missing.jar, i am getting error as - Error: Unable to access jarfile W:\My, its is not able to locate the jar if i have spaces in my folder name.
But its is working when the folder name is MyProject(Note: Without any space), that means its working if i have the jar file located at W:\MyProject\Missing.jar
How i can make it to work even if the folder has spaces