Good morning! Anyone know how I can use vbs to execute an OS command on a unix/aix machine and return the standard output (the command output) back to vbs - at which point I will display in a iexplorer page? I do this pretty easily with sql commands and database data and have lots of little vbs scripts that users can run from their desktops and return data in html...but I would love to do the same with straight OS commands. For example a simple ls -l command.
-thanks
-thanks