is this even possible? can i call a bash script on a RHEL machine from VBS?
I have a HTML form located on my RHEL machine that uses vbscript client side to save a text file back to the RHEL directory that then gets picked up by our system and printed.
i neeed to run ONE command (its gonna be a very short bash script) on the txt file that gets written. i cannot find anywhere i can execute a \\server\directory\bash.sh and pass the file name to it, found one in JS which i might have to add to to get it to work.
I have a HTML form located on my RHEL machine that uses vbscript client side to save a text file back to the RHEL directory that then gets picked up by our system and printed.
i neeed to run ONE command (its gonna be a very short bash script) on the txt file that gets written. i cannot find anywhere i can execute a \\server\directory\bash.sh and pass the file name to it, found one in JS which i might have to add to to get it to work.