Shell command not working when full path is given

When I give the complete path of a .sh file, the shell command is not working properly. It is throwing me the error message, “File not Found”

But I confirmed the presence of the file by using DIR$ function available in lotusscript.

Could anyone please help me in this?

Subject: Post the relevant pieces of code

Subject: The line where i get error

Thanks for your response. When I use the Dir$ function, it shows the file.

fileName$ = Dir$(strFileURI)

I get error in this line.

isExecuted = Shell(strFileURI)