in reply to Re^3: Script Failing to Run through Task Scheduler in Windows
in thread Script Failing to Run poperly through Task Scheduler in Windows

After specifying the path using $ENV{PATH}="C:\\xxx\\yyy" Please let me know, how I use it to run the command in that path ? My command in my script is in below line : qx(raidcom get port)
  • Comment on Re^4: Script Failing to Run through Task Scheduler in Windows

Replies are listed 'Best First'.
Re^5: Script Failing to Run through Task Scheduler in Windows
by i5513 (Pilgrim) on Feb 06, 2015 at 12:02 UTC

    Please read PATH_(variable) for understand how PATH environment variable works

    Regards,