|
How can I make running gawk scripts more user-friendly in a Windows environment?
I know, and I apologise for using the W word, but I have users asking if they can use my gawk scripts, but I just know they're not going to like using the DOS command line.
Is there any way for me to run my gawk scripts from a gui? Even if it's from a web page (html, php, what ever). I do not know if DOS batch files are capable of passing command line arguments the same way as unix shell scripts are, I guess I'll be looking into that too but just thought that I would ask here as well in case anyone has come across this problem before.
|