-1

My project is hosted on a Websphere server and my Autosys is implemented in a Unix server where my NAS is located. The autosys jobs invokes Korn Shell scripts in the NAS. I am looking to debug the application locally and would like to have these Autosys jobs running locally on windows. What is the best way to do this?

What I am thinking of is using a CRON scheduler for Eclipse and convert all Korn Shell scripts to Bash scripts. However, this is tedious and I was wondering if there were any easier solutions.

Spicado
  • 65
  • 8

1 Answers1

1

Korn Shell can be run in Cygwin and (I believe) there is autosys support on windows

Korn-Shell for Windows 7?

https://en.wikipedia.org/wiki/CA_Workload_Automation_AE

Community
  • 1
  • 1
mascoj
  • 1,313
  • 14
  • 27