|
|
CSS 341 - Fundamentals
of Programming Theory and Applications Most Examples due to Kelvin
Sung |
|
Lecture Week/Date |
What |
For Download |
|
|
|
|
| Comparison of explicit and recursive factorial function | Fac.vbs | |
| Comparison of explicit and recursive calculation of Pi | PI.vbs | |
| Comparison of explicit and resursive array print | RecursivePrint.vbs | |
|
Traverses
directory structure looking for all
files of a given extension. |
FindAllFiles.vbs | |
|
|
Working with Microsoft
Outlook: Outlook data are slight more
complicated than the other MS appls we have worked with. But it’s not that
much more difficult. You must load/save this pst file
(FolderOfJunk.pst) into the same folder as where you are going to
store/run your WorkWithMSOL.vbs folder to run this script. |
|
|
|
Parsing emails from Outlook, with VBScript functions and RegExp: You MUST load/save this pst file (SmallFolderOfJunk.pst) into the same folder as where you are going to store/run your ParseOLEmails.vbs folder to run this script. |
|
|
|
Generating new text file with Word. Opens new document and inserts text as heading and
as body at that point. |
|
|
|
|