To complete this exam, you need to write a script that takes three agruments form the command line:
Your script should also save the resulting document as a web page under the name specified as the unnamed argument of the command line. The html file should be saved in the same folder where your script is located. (Hint: use the property ScriptFullName of the WScript object to retrieve the complete name of the script file and remove the file name leaving the path only with the regular expression replacement.)