I have a korn shell script main.cs. This scripts currently working fine when running it via job scheduler. In preparation to make some changes to this script, I renamed main.cs file to test.cs file without changing the content. I also made sure that test.cs file has same permission as main.cs. But when attempting to run test.cs file via scheduler i am getting file or directory not find.
Any help is greatley appreciated.
Alex