Help for this page
open(my $Vx, '|-', 'windsh') or die "windsh; $!"; print $Vx "Some command\n"; close $Vx;
my @output = qx(windsh < scriptfile);