in reply to Re^2: Using System command
in thread Using System command
Tried the below code
my $cmd = "cd C:\\ABC\\"; my $cmd1 = "pdftotext -layout R1.pdf"; system($cmd&&$cmd1);
But the error this time is "'pdftotext' is not recognized as an internal or external command, operable program or batch file"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using System command
by Corion (Patriarch) on Oct 04, 2016 at 09:13 UTC | |
by 9mohit2 (Sexton) on Oct 05, 2016 at 05:46 UTC | |
|
Re^4: Using System command
by choroba (Cardinal) on Oct 04, 2016 at 09:14 UTC |