()
| 55 | |
| 56 | |
| 57 | def euroclear_docs(): |
| 58 | # The command below opens IE and loads the Euroclear password document |
| 59 | subprocess.Popen( |
| 60 | [ |
| 61 | r"C:\Program Files\Internet Explorer\iexplore.exe", |
| 62 | r"file://fs1/pub_b/Pub_Admin/Documentation/Settlements_Files/PWD/Eclr.doc", |
| 63 | ] |
| 64 | ) |
| 65 | |
| 66 | |
| 67 | # End of the functions |