I have a batch script that run SAS. I want to build a GUI around that script so rather than manually typing in the path of the source directory and the parameters I want to pass to SAS, I just click my options.
I thought about doing this in via Javascript but am not sure if I can run a custom batch command using that? Any recommendations?
Everything would be local, the html file, the .bat and the SAS installation.
Thanks!