Why can't I use:
start "%userprofile%\My Documents\application.exe"
on batch files? I know that there are spaces on the location but it don't work even though
there are " ", and it just opens CMD window.
Thanks.
Thanks bamsan.
Now there's another problem, there are two executables on the batch files that I want to run at the same time, but it waits until I'm terminating the first file, then it opens the second. How can I fix it?