Project 6

This project tests your ability to Please write a script named txt2rtf.wsf that:
  1. takes the following arguments:
  2. executes the WordPad and loads the specified text file into it;
  3. changes the font of the document according to the command line argumetns (the values shown above are the default values for these arguments);
  4. map the network printer (if specified) and set it as teh default printer;
  5. if the "print" argument set to true, print the document;
  6. if the "save" argument save to true (default value), save the formatted document as .rtf file.
Additional requirements are: