in reply to Re^2: Restarting a Perl script on Windows 10
in thread Restarting a Perl script on Windows 10
The solution
exec(qw/wmic process call create/ => "CommandLine='wperl $pathToMyself'");works fine, as long as the script to call (pointed to by $pathToMyself) doesn't require additional command line parameters.
I know, that this is not a Perl issue, but would you have a solution on how to add command line parameters to this call? I must admit that I don't understand the wmic docs...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Restarting a Perl script on Windows 10
by jcb (Parson) on May 07, 2020 at 23:33 UTC |