Are there any reliable freeware versions of Korn Shell that will
run Korn Shell scripts on a Windows 2000 machine?
Currently my company is using MKS Toolkit Version 6.1.
However they want to use freeware instead.
Clients don’t want to pay for the MKS Toolkit license anymore.
The result is they want several hundred Korn Shell scripts that
currently run on Sun, AIX, and Windows (via MKS Toolkit) platforms converted into TkL scripts. Ideally I would like to remain in Korn Shell and not do this port. Is any freeware available that will let me run the existing scripts in Windows?
If you install Cygwin you can run any of the shells developed for *nixes as long as you can compile from source. I believe that there are several free-software implementations of the Korn shell.
>UnuMondo suggests Cygwin
Thanks for the quick response.
Unfortunately they looked into Cygwin here before but found it was not suitable. You have to compile the code locally so it was too much of a pain.
I’ve installed Cygwin before and I didn’t have to compile anything locally. I was able to choose from a vast array of precompiled software at install time. A quick Google search on “win32 korn shell” turned up quite a few hits, too, so take a look around. There are lots of people who have to work under Windows and don’t want to give up their favorite UNIX tools.
>From pestie
>I’ve installed Cygwin before and I didn’t have to compile anything locally.
>win32 korn shell" turned up quite a few hits
Okay, thank you.
I didn’t work on the Cygwin setup so I’m hearing it was a pain second-hand. I’ll investigate it further.
I’ll look into the other shells listed in Google as well.
I really don’t want to move everything over to TkL.
That’s just going to be a tremendous waste of effort.