Forum Discussion
manoflinux
15 years agoVisitor
"dynamitemedia" wrote:
of course as a windows user not sure we have any other choice.
I am not trying to be snarky on this, but you do have a choice. Cygwin(http://www.cygwin.com/).
They have a bash shell and you could take that code and run it on a windows machine in theory. I have taken some pretty complex bash scripts and ran them in windows before. You just have to make sure you dont use linux only stuff like writing files to /tmp in widows thats normally c:\temp if I remember correctly. What I do is write it to a temp dir underneath the current one. that way it will work in both. then I delete that dir.
But I digress, check out cygwin, I think all the scripts I posted here will work in cygwin. If you try one out and it doesn't work say so and I will fix it so it does.
If you make a roku related script in C# I would appreciate it if you would make it work in mono.
This is what being part of a community is about, we work together to make it stronger as a whole, not just our faction.