in reply to Re^4: Problem running shell command from Perl
in thread Problem running shell command from Perl
We have a winner!
Writing the command to a bat file then running the bat file with backticks gets the job done. I doubt I would ever have thought of that, so thanks!
Seems like a crazy amount of overhead to accomplish what should be a simple task. But it works, so I'm happy.
This issue is resolved.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Problem running shell command from Perl
by harangzsolt33 (Deacon) on Jun 20, 2023 at 19:12 UTC | |
by CrashBlossom (Beadle) on Jun 20, 2023 at 19:40 UTC |