MCPcopy Create free account
hub / github.com/geekcomputers/Python / euroclear_docs

Function euroclear_docs

daily_checks.py:57–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def 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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected