I've created a Windows batch file script to back up (1 line), move (1 line) and delete (1 line) some folders with files/sub folders on schedule. This has been working perfect for the last 3 weeks since we went live.
The delete bit however, the managers here want a unix script to handle it, as another application (that purely moves xml stuff but otherwise has exactly the same configuration) has a unix script to look into the Windows box to move things to the Unix box for processing.
However, as the unix script doesn't like folders/subfolders, it don't work. So I created a Windows script to bypass the problem to allow the project to go live.
"You shouldn't be supporting windows scripts! You're not a Windows person. And you're the only one to know how it works." I get told. "Let unix handle it so the unix teams can support it"
The unix team who are VERY busy at the moment, gets someone offshore to do it. They come back with a 60 line script to accomplish the exact same thing.
The irony here is, I'm not a Unix person. I'm 99% a Windows person. My [Windows] script works, it's 1 line, they don't want me to support that if it goes wrong (and because I made it). Instead, I'm currently debugging a 80+ line unix script (unix is not in my remit) to accomplish the same.
None of my managers understand
I could go back to them and take them literally telling them that by that logic I shouldn't be administering IIS servers and other servers that run my apps ....
XI Wiki


