i must write a batch file which changes the directory and than I want to start a command in this directory. It is a curl command like "curl --help"
what I have now is =
start cmd /K "cd C:\Users\myname\mycurl"
its working fine. and now i want to runn this command from this directorty.
curl --help
Can somebody help me please
thanks