in reply to Re: Restarting a Perl script on Windows 10
in thread Restarting a Perl script on Windows 10
What do you get with Win32::Unicode::Process
use Win32::Unicode::Process; execW $^X, '-f', File::Spec->rel2abs(__FILE__);
What do you get with system_detached?
What do you get for reg query "HKCU\Software\Microsoft\Command Processor"? or reg query "HKLM\Software\Microsoft\Command Processor"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Restarting a Perl script on Windows 10
by petro4213 (Acolyte) on Sep 23, 2019 at 08:12 UTC | |
by Anonymous Monk on Sep 24, 2019 at 08:21 UTC | |
by Anonymous Monk on Sep 24, 2019 at 08:31 UTC | |
by Anonymous Monk on Sep 24, 2019 at 22:15 UTC |