use Win32::Process; my $ProcessObj; Win32::Process::Create($ProcessObj, "c:\\usr\\bin\\bin\\perl.exe", "perl.exe c:\\usr\\bin\\scripte\\test.pl", 0, HIGH_PRIORITY_CLASS, ".")|| die ErrorReport();