This seems like something simple, but it seems like I can't get it. I have a directory called "test" with the executable hello.exe, which basically displays "hello" on the screen.
I want to run this program from the current directory using relative paths. Therefore i write
test \ hello.exe
Thinking that he will run the program "hello.exe", located in the directory "test". But this is not so. Did I miss something?
windows-vista batch-file
Mxyl
source share