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' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -