cmd - How to give relative path? -


i want in folder c:\eclipsemars\workspace\deploy , have give relative path master\gradlew.bat.

i gave this

cd c:\eclipsemars\workspace\deploy..\master\gradlew.bat showing error system cannot find path specified.

how give path correctly?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -