in reply to Re^2: System path
in thread System path
As the error message suggests, it's attempting to execute a command named "files", so you could try a backslash (presuming the exe is in a subdirectory "files" — otherwise, what's the files/ supposed to be doing?)
system ("files\\pdftotext.exe -nopgbrk -q \"$file\"" ); ^
Not all components of Windows handle forward slashes and backslashes equivalently...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: System path
by welle (Beadle) on Apr 30, 2011 at 13:12 UTC | |
|
Re^4: System path
by welle (Beadle) on Apr 30, 2011 at 13:10 UTC | |
by Eliya (Vicar) on Apr 30, 2011 at 13:19 UTC | |
|
Re^4: System path
by Anonymous Monk on Apr 30, 2011 at 12:57 UTC |