Well thanks for your reply it made me look a little deeper into this. After some research, I found that I should have used start "" "[PROGRAM]" "[FILE]" as the first quote is used as the title of the new cmd window that will get opened. Also, I realized that I was using PowerShell (never used it before, so I supposed it was the same thing as cmd
) when I did my tests before I posted this thread, and I tried with cmd.exe and it worked flawlessly with the command start "" "[PROGRAM]" "[FILE]". Powershell gives me an error when I try the last command.