This may be a stretch, but is there a way to attach awk non-compiled code or compiled awk (exe) within a GUI? I am trying to see if there is one to handle the below...
Create a simple GUI front-end that provides some ease of use functionality. Maybe not integrate with it, but but launch the exe?:
• Provide a file picker dialog box
• Echo’s the .exe output to a window
• Optionally launches the output files at the end of (presents *all* the output to the user)
• If the files are larger than 1MB it asks if you want to launch them
• Takes the issue # as an input versus the file picker
Any suggestions?
Create a simple GUI front-end that provides some ease of use functionality. Maybe not integrate with it, but but launch the exe?:
• Provide a file picker dialog box
• Echo’s the .exe output to a window
• Optionally launches the output files at the end of (presents *all* the output to the user)
• If the files are larger than 1MB it asks if you want to launch them
• Takes the issue # as an input versus the file picker
Any suggestions?