I am trying to migrate a lot of already developed code from UNIX to Windows NT using MKS toolkit, but I have trouble when I try to run scripts in the korn shell. The problem is that if the script invokes a program that resides as private object in a Clearcase view, the korn shell returns "cannot find" if the program is invoked using full path name X:/VOB_tag/bin/program.exe, where X: is the unit where my view is mounted, program.exe is the program being invoked and VOB_tag/bin is the full path to the program.
It works with cshell but there would be a lot of work saved if I could make it work with the korn shell.
Any help / hint?
It works with cshell but there would be a lot of work saved if I could make it work with the korn shell.
Any help / hint?