Hi, I have a Batch file that when i run under a Command Prompt works perfect, it connects to a linux server checks the space on the server using sendkeys and outputs this into a File, i then copy this file into a text file. Whenever i try to run this using Task Scheduler the job runs however as it's not populating the command window the sendkeys dont work so it doesnt create the file again so when the copy of the file happens im getting old data. Does anyone know how i can run a batch file through Task Scheduler and still populate the command window?
Thanks
Thanks