Under Unix, background the process, i.e. add an & to the comamnd line as in: system "ls &".
Under Windows, you might be able to use the START command. I haven't tried it but based on the description, it should work as in: system "START notepad.exe"