The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-15-2008
jonathanm jonathanm is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 6
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.