I have housekeeping script which is running on Redhat operating system.
I have a requirement where i want to run the same script in the Windows environment.
So i have 3 options
- Write a new script for windows
- Convert Linux script in to windows script using some tool.
- Use Cygwin and run the script without making any change to the linux script.
So i want to know what would be the best option to select.
Thanks in advance for any help