in reply to Re: Using System command
in thread Using System command
cd C:\\ABC\\pdftotext -layout R1.pdf
Probably is not what you want to execute.
Perl has a builtin to change directory: chdir
In the command line, two commands have to been concatenated with & or && (NB: the latter && only execute the second command if the previous was succesfull ms odcs)
See a more userfriendly explaination at ss64.com for details.
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using System command
by 9mohit2 (Sexton) on Oct 04, 2016 at 09:06 UTC | |
by Corion (Patriarch) on Oct 04, 2016 at 09:13 UTC | |
by 9mohit2 (Sexton) on Oct 05, 2016 at 05:46 UTC | |
by choroba (Cardinal) on Oct 04, 2016 at 09:14 UTC |