Hello,
I am trying to run the following command.
system "nzbget $item";
Nzbget is an executable file, which works fine from the command line, but the script cannot seem to run. $item is a filename I am passing it. Does anyone have any ideas why I can run it manually, but the script cannot?
Thank you,
Trent