in reply to Re^2: Launch an exe using system
in thread Launch an exe using system

Well, that is an error message from the shell you're using, the shell which has the start command

You can read about it if you use the help command ( help start)

You can learn more about shells if you read Behind the GUI lives the Shell and perlrun

If you use Proc::Background, you don't have to concern yourself with the shell start command