in reply to Fork Opens CMD Not the Process
I ran
my $cmd = 'C:/program files (x86)/vim/vim72/gvim.exe'; my $pid = system 1, "$cmd"; print "pid = $pid\n"; [download]
on Windows 7 64bit and the pid printed was that of gvim.exe.